[oe-commits] org.oe.dev gcc-cross-initial.inc: Add sysroot configure options for the case when we use libc-initial

rpurdie commit oe at amethyst.openembedded.net
Mon Mar 17 08:59:39 UTC 2008


gcc-cross-initial.inc: Add sysroot configure options for the case when we use libc-initial

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 86e8f54d15b77b1f917f4fae1a628fc427ea8d39
ViewMTN: http://monotone.openembedded.org/revision/info/86e8f54d15b77b1f917f4fae1a628fc427ea8d39
Files:
1
packages/gcc/gcc-cross-initial.inc
Diffs:

#
# mt diff -r5f316b518279824e3e33ba96fa757101627fef95 -r86e8f54d15b77b1f917f4fae1a628fc427ea8d39
#
#
#
# patch "packages/gcc/gcc-cross-initial.inc"
#  from [3169e83832ff092444d8ebefd61421998dbb8520]
#    to [ad4596bca70fbc850a629b1582fafb6479bcb65d]
#
============================================================
--- packages/gcc/gcc-cross-initial.inc	3169e83832ff092444d8ebefd61421998dbb8520
+++ packages/gcc/gcc-cross-initial.inc	ad4596bca70fbc850a629b1582fafb6479bcb65d
@@ -5,6 +5,7 @@ PACKAGES = ""
 PACKAGES = ""
 
 # This is intended to be a -very- basic config
+# sysroot is needed in case we use libc-initial
 EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${layout_prefix} \
 		--with-newlib \
 		--disable-shared \
@@ -14,6 +15,8 @@ EXTRA_OECONF = "--with-local-prefix=${ST
 		--enable-languages=c \
 		--enable-target-optspace \
 		--program-prefix=${TARGET_PREFIX} \
+		--with-sysroot=${STAGING_DIR_TARGET} \
+		--with-build-sysroot=${STAGING_DIR_TARGET} \
 		${@get_gcc_fpu_setting(bb, d)}"
 
 do_stage_prepend () {






More information about the Openembedded-commits mailing list