Skip to content
Snippets Groups Projects
Commit f2591f8d authored by Mirko Vogt's avatar Mirko Vogt
Browse files

eglibc CAN be compiled with -Os after all - flags however need to be stated in...

eglibc CAN be compiled with -Os after all - flags however need to be stated in $EGLIBC_CFLAGS as well

SVN-Revision: 27290
parent 92726d8f
No related branches found
No related tags found
No related merge requests found
...@@ -55,9 +55,8 @@ HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.eglibc_installed ...@@ -55,9 +55,8 @@ HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.eglibc_installed
HOST_BUILD_DIR1:=$(HOST_BUILD_DIR)-initial HOST_BUILD_DIR1:=$(HOST_BUILD_DIR)-initial
HOST_BUILD_DIR2:=$(HOST_BUILD_DIR)-final HOST_BUILD_DIR2:=$(HOST_BUILD_DIR)-final
# XXX: {e,}glibc does not build w/ -Os EGLIBC_CFLAGS:= \
# http://sourceware.org/bugzilla/show_bug.cgi?id=5203 $(TARGET_CFLAGS)
EGLIBC_CFLAGS:=$(subst -Os,-O2,$(TARGET_CFLAGS))
EGLIBC_CONFIGURE:= \ EGLIBC_CONFIGURE:= \
BUILD_CC="$(HOSTCC)" \ BUILD_CC="$(HOSTCC)" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment