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/gcc-cross-initial.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/gcc-cross-initial.inc')
-rw-r--r-- | meta/packages/gcc/gcc-cross-initial.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-cross-initial.inc b/meta/packages/gcc/gcc-cross-initial.inc index 49e1937b06..7c56afecef 100644 --- a/meta/packages/gcc/gcc-cross-initial.inc +++ b/meta/packages/gcc/gcc-cross-initial.inc | |||
@@ -4,7 +4,7 @@ PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" | |||
4 | PACKAGES = "" | 4 | PACKAGES = "" |
5 | 5 | ||
6 | # This is intended to be a -very- basic config | 6 | # This is intended to be a -very- basic config |
7 | EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ | 7 | EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR}/${TARGET_SYS} \ |
8 | --with-newlib \ | 8 | --with-newlib \ |
9 | --disable-shared \ | 9 | --disable-shared \ |
10 | --disable-threads \ | 10 | --disable-threads \ |