[oe-commits] org.oe.dev uclibc.inc: Fix issue with building ld-uClibc-0.9.29.so (from uclibc-0.9.29).

gwossum commit oe at amethyst.openembedded.net
Mon Mar 17 08:56:45 UTC 2008


uclibc.inc: Fix issue with building ld-uClibc-0.9.29.so (from uclibc-0.9.29).  
This keeps OE from overriding the compilation flags uClibc would naturally
want to use.  This allows OE to build a working ld-uClibc.so for the AVR32.

Not sure why this was overriding the compilation flags, or what ripple
effects taking out the override has on other platforms.

Author: gwossum at acm.org
Branch: org.openembedded.dev
Revision: f8f0cd1f822414a060d6239879d19eccf8529e21
ViewMTN: http://monotone.openembedded.org/revision/info/f8f0cd1f822414a060d6239879d19eccf8529e21
Files:
1
packages/uclibc/uclibc.inc
Diffs:

#
# mt diff -r7426c9c7c132871c62582405588aec2ca9a114ed -rf8f0cd1f822414a060d6239879d19eccf8529e21
#
#
#
# patch "packages/uclibc/uclibc.inc"
#  from [de423804aa3669733b033b1a6d9f50c7e3d07d41]
#    to [e919110dc8574ffb8d2af66d51b387f56f9bdd82]
#
============================================================
--- packages/uclibc/uclibc.inc	de423804aa3669733b033b1a6d9f50c7e3d07d41
+++ packages/uclibc/uclibc.inc	e919110dc8574ffb8d2af66d51b387f56f9bdd82
@@ -70,7 +70,7 @@ UCLIBC_STAGE_PREFIX = "${STAGING_DIR_HOS
 
 # do_stage barfs on a CC with whitepspace, therefore put the 'HOST_CC_ARCH' in
 # the CFLAGS (for when building the utils).
-OEMAKE_NO_CC = "'OPTIMIZATION=' 'CPU_CFLAGS=${CFLAGS}' 'STRIPTOOL=true' 'LD=${LD}' \
+OEMAKE_NO_CC = "'STRIPTOOL=true' 'LD=${LD}' \
 		'LOCALE_DATA_FILENAME=${UCLIBC_LOCALE_FILE}'"
 EXTRA_OEMAKE = "${OEMAKE_NO_CC} 'CC=${CC}'"
 EXTRA_OEMAKE_task_do_populate_staging = "${OEMAKE_NO_CC}"






More information about the Openembedded-commits mailing list