summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-22 13:31:14 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-22 13:31:14 +0000
commit1a1ba4d8b2dc14d53704fd3c5a5f443f524e0626 (patch)
treecb266dfd2aef6f8fb8d761bbfb510c06d66b9ab8
parent9e145f35844fafa4ac278050d0ceedb4a064fcc9 (diff)
parentb5f7c44a4fb51270a4390cff9cd42a77db78224e (diff)
merge of c1656691540333cfa24d768dfa15b6c02ea73ac5
and fd56b82c42943805000e3f8fb010ecb848d951ef
-rw-r--r--conf/distro/sharprom-compatible.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/sharprom-compatible.conf b/conf/distro/sharprom-compatible.conf
index cc5a8e747b..9d4fd4c338 100644
--- a/conf/distro/sharprom-compatible.conf
+++ b/conf/distro/sharprom-compatible.conf
@@ -17,6 +17,9 @@ TARGET_CC_ARCH = "-march=armv4"
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"