projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f4ab2
)
- workaroung pr25795 in gcc-4.1
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 21 Mar 2006 11:06:43 +0000
(11:06 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 21 Mar 2006 11:06:43 +0000
(11:06 -0000)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25795
Rules.mak
patch
|
blob
|
history
diff --git
a/Rules.mak
b/Rules.mak
index 34c9be69e5b455df9a5751dc9af76447634ab947..115f3a4ab0ffee9050efb4be4c964bd6763fb704 100644
(file)
--- a/
Rules.mak
+++ b/
Rules.mak
@@
-131,7
+131,8
@@
ifeq ($(strip $(shell [ $(CC_MAJOR) -ge 3 ] ; echo $$?)),0)
CFLAGS_COMBINE:=$(call check_gcc,--combine,)
endif
OPTIMIZATION+=$(call check_gcc,-funit-at-a-time,)
-PROG_CFLAGS+=$(call check_gcc,-fwhole-program,)
+# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25795
+#PROG_CFLAGS+=$(call check_gcc,-fwhole-program,)
endif # CONFIG_BUILD_AT_ONCE
LIB_LDFLAGS:=$(call check_ld,--enable-new-dtags,)