diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-19 13:01:18 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-19 13:01:18 +0000 |
commit | 405a6a68a644bdbdf303bca95d24e668efcfd2e5 (patch) | |
tree | 8b0b6857b3dc82d19939c4f1096be89ad1cbfaa8 /meta/packages/gcc/gcc3-build.inc | |
parent | 6d09e07cd2778089845c7a5235da6d4c5a244070 (diff) | |
download | poky-405a6a68a644bdbdf303bca95d24e668efcfd2e5.tar.gz |
gcc-cross: Use staging for local-prefix instead of cross, undo ARCH_FLAGS_FOR_TARGET change
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2763 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc3-build.inc')
-rw-r--r-- | meta/packages/gcc/gcc3-build.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/gcc/gcc3-build.inc b/meta/packages/gcc/gcc3-build.inc index 0ab66addb5..2924f0f9dd 100644 --- a/meta/packages/gcc/gcc3-build.inc +++ b/meta/packages/gcc/gcc3-build.inc | |||
@@ -47,11 +47,11 @@ CPPFLAGS = "" | |||
47 | 47 | ||
48 | # Used by configure to define additional values for FLAGS_FOR_TARGET - | 48 | # Used by configure to define additional values for FLAGS_FOR_TARGET - |
49 | # passed to all the compilers. | 49 | # passed to all the compilers. |
50 | ARCH_FLAGS_FOR_TARGET = "-isystem${STAGING_DIR}/${TARGET_SYS}/include" | 50 | ARCH_FLAGS_FOR_TARGET = "" |
51 | #NOTE: not tested on other platforms, the following is probably correct | 51 | #NOTE: not tested on other platforms, the following is probably correct |
52 | # everywhere! | 52 | # everywhere! |
53 | ARCH_FLAGS_FOR_TARGET_slugos = "-isystem${STAGING_DIR}/${TARGET_SYS}/include ${TARGET_CC_ARCH}" | 53 | ARCH_FLAGS_FOR_TARGET_slugos = "${TARGET_CC_ARCH}" |
54 | ARCH_FLAGS_FOR_TARGET_unslung = "-isystem${STAGING_DIR}/${TARGET_SYS}/include ${TARGET_CC_ARCH}" | 54 | ARCH_FLAGS_FOR_TARGET_unslung = "${TARGET_CC_ARCH}" |
55 | EXTRA_OEMAKE += "ARCH_FLAGS_FOR_TARGET='${ARCH_FLAGS_FOR_TARGET}'" | 55 | EXTRA_OEMAKE += "ARCH_FLAGS_FOR_TARGET='${ARCH_FLAGS_FOR_TARGET}'" |
56 | 56 | ||
57 | require gcc-fpu.inc | 57 | require gcc-fpu.inc |