]> git.ipfire.org Git - pakfire.git/commitdiff
Export LDFLAGS.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Dec 2011 21:33:40 +0000 (22:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Dec 2011 21:33:40 +0000 (22:33 +0100)
It is currently unsued but users should be able to edit them
and in this case they should be exported.

macros/cflags.macro

index cdb9e115ee6545785bc1541b91a767389aaef959..5dee6f886f7f130da83d2f8ea1d8b6a0c188790d 100644 (file)
@@ -9,3 +9,5 @@ CFLAGS_armv7hl  = -march=armv7-a -mfpu=vfpv3-d16  -mfloat-abi=hard -mthumb
 
 export CFLAGS   = %{GLOBAL_CFLAGS} %{CFLAGS_%{DISTRO_ARCH}}
 export CXXFLAGS = %{CFLAGS}
+
+export LDFLAGS  =