summaryrefslogtreecommitdiff
path: root/conf/distro/sharprom-compatible.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-10-29 23:08:22 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-10-29 23:08:22 +0000
commit113d446f1e5db3da857162e1ee082f04379023f9 (patch)
treed7fc65fe55dc6a4d98df54d43ddda4b844da9c73 /conf/distro/sharprom-compatible.conf
parent75d44e35ba889eff8e594625050ae911a4eadd9d (diff)
Remove final references to BUILD_SYS in staging paths
Diffstat (limited to 'conf/distro/sharprom-compatible.conf')
-rw-r--r--conf/distro/sharprom-compatible.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/sharprom-compatible.conf b/conf/distro/sharprom-compatible.conf
index fd01d21397..92fd42f4f8 100644
--- a/conf/distro/sharprom-compatible.conf
+++ b/conf/distro/sharprom-compatible.conf
@@ -20,8 +20,8 @@ FULL_OPTIMIZATION_pn-fetchmail = "-fexpensive-optimizations -fomit-frame-pointer
OEINCLUDELOGS = "yes"
KERNEL_CONSOLE = "tty1"
# prebuilt toolchain doesn't know about -isystem
-export BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
-export TARGET_CPPFLAGS = "-I${STAGING_DIR}/${TARGET_SYS}/include"
+export BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
+export TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}/${layout_includedir}"
#DEBUG_OPTIMIZATION = "-O -g3"
#DEBUG_BUILD = "1"