* [Buildroot] [PATCH] package infra: remove empty TARGET_CPPFLAGS def
@ 2012-10-13 11:33 Gustavo Zacarias
2012-10-13 20:25 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2012-10-13 11:33 UTC (permalink / raw)
To: buildroot
It's unneeded, just fills the next match (LARGEFILE) with a leading
space. Fixes
http://autobuild.buildroot.net/results/ad5772d19036a0c5564228ac7aba953d35a3cf85/build-end.log
since SCons can't handle leading whitespace in LDFLAGS gracefully.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/Makefile.in | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/package/Makefile.in b/package/Makefile.in
index 45213c1..a939882 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -85,8 +85,6 @@ ifeq ($(BR2_DEBUG_3),y)
TARGET_DEBUGGING=-g3
endif
-TARGET_CPPFLAGS =
-
ifeq ($(BR2_LARGEFILE),y)
TARGET_CPPFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
endif
--
1.7.8.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package infra: remove empty TARGET_CPPFLAGS def
2012-10-13 11:33 [Buildroot] [PATCH] package infra: remove empty TARGET_CPPFLAGS def Gustavo Zacarias
@ 2012-10-13 20:25 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2012-10-13 20:25 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> It's unneeded, just fills the next match (LARGEFILE) with a leading
Gustavo> space. Fixes
Gustavo> http://autobuild.buildroot.net/results/ad5772d19036a0c5564228ac7aba953d35a3cf85/build-end.log
Gustavo> since SCons can't handle leading whitespace in LDFLAGS gracefully.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-13 20:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-13 11:33 [Buildroot] [PATCH] package infra: remove empty TARGET_CPPFLAGS def Gustavo Zacarias
2012-10-13 20:25 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox