[oe-commits] org.oe.dev sharprom-compatible.conf: override compiler flags to make it find the STAGING area

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Oct 22 13:40:18 UTC 2006


sharprom-compatible.conf: override compiler flags to make it find the STAGING area

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: fd56b82c42943805000e3f8fb010ecb848d951ef
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fd56b82c42943805000e3f8fb010ecb848d951ef
Files:
1
conf/distro/sharprom-compatible.conf
Diffs:

#
# mt diff -rcd6bceda2ad72ef7c9618be5c991fe044857be92 -rfd56b82c42943805000e3f8fb010ecb848d951ef
#
# 
# 
# patch "conf/distro/sharprom-compatible.conf"
#  from [c8405d4a0cf5a0f35a606622eaad2b54c9303290]
#    to [ad450cb1c835b704b173e8d5509ceb4326609c92]
# 
============================================================
--- conf/distro/sharprom-compatible.conf	c8405d4a0cf5a0f35a606622eaad2b54c9303290
+++ conf/distro/sharprom-compatible.conf	ad450cb1c835b704b173e8d5509ceb4326609c92
@@ -17,6 +17,9 @@ KERNEL_CONSOLE = "tty1"
 FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O2"
 OEINCLUDELOGS = "yes"
 KERNEL_CONSOLE = "tty1"
+# prebuilt toolchain doesn't now about -isystem
+export BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
+export TARGET_CPPFLAGS = "-I${STAGING_DIR}/${TARGET_SYS}/include"
 #DEBUG_OPTIMIZATION = "-O -g3"
 #DEBUG_BUILD = "1"
 






More information about the Openembedded-commits mailing list