From 90d30d4ed242885be71e279cdee940ed0b41ed76 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 21 Dec 2011 22:33:40 +0100 Subject: [PATCH] Export LDFLAGS. It is currently unsued but users should be able to edit them and in this case they should be exported. --- macros/cflags.macro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macros/cflags.macro b/macros/cflags.macro index cdb9e115e..5dee6f886 100644 --- a/macros/cflags.macro +++ b/macros/cflags.macro @@ -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 = -- 2.39.5