[oe-commits] org.oe.dev gcc* 4.3.0: --enable-cheaders=c_std

koen commit oe at amethyst.openembedded.net
Thu Jun 5 09:07:40 UTC 2008


gcc* 4.3.0:  --enable-cheaders=c_std

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 2470ee9b4f65d899ba2b33d5beae9aa9dd6f7e90
ViewMTN: http://monotone.openembedded.org/revision/info/2470ee9b4f65d899ba2b33d5beae9aa9dd6f7e90
Files:
1
packages/gcc/gcc-4.3.0.inc
packages/gcc/gcc-cross_4.3.0.bb
Diffs:

#
# mt diff -r9d03a88abd84f3225663dd51940e4e065f54515c -r2470ee9b4f65d899ba2b33d5beae9aa9dd6f7e90
#
#
#
# patch "packages/gcc/gcc-4.3.0.inc"
#  from [7dac0d4ea94fbc3071cf13542d7afc9c97598920]
#    to [d4ceae7672f475a16184235ac603437f86c3079e]
# 
# patch "packages/gcc/gcc-cross_4.3.0.bb"
#  from [1ed2f60e65e1b09e4a5637ab29c85ad02338061f]
#    to [cc76abacb299b51bb7da2b6bc0a6f7bec093ebeb]
#
============================================================
--- packages/gcc/gcc-4.3.0.inc	7dac0d4ea94fbc3071cf13542d7afc9c97598920
+++ packages/gcc/gcc-4.3.0.inc	d4ceae7672f475a16184235ac603437f86c3079e
@@ -68,5 +68,5 @@ JAVA = ""
 FORTRAN = ""
 JAVA = ""
 
-EXTRA_OECONF_BASE = " --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap"
+EXTRA_OECONF_BASE = "  --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap"
 
============================================================
--- packages/gcc/gcc-cross_4.3.0.bb	1ed2f60e65e1b09e4a5637ab29c85ad02338061f
+++ packages/gcc/gcc-cross_4.3.0.bb	cc76abacb299b51bb7da2b6bc0a6f7bec093ebeb
@@ -7,6 +7,12 @@ SRC_URI_append_fail-fast = " file://zeck
 
 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
 
-EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"
+EXTRA_OECONF += "  --enable-cheaders=c_std --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"
 
+# Hack till we fix *libc properly
+do_stage_append() {
+        ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/
+}
+
+
 ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${layout_includedir}"






More information about the Openembedded-commits mailing list