diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-25 15:34:03 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-25 15:34:03 +0000 |
commit | b1c880f0de9bc36b3e077186ffc739b258d5a01d (patch) | |
tree | abc6d3830ad3dda386de54a6a7f04df027758b1d /meta/packages/gcc/gcc-3.4.6/gcc34-configure.in.patch | |
parent | 54b240ec36294e13e35661558dc60f3da03e7ac2 (diff) | |
download | poky-b1c880f0de9bc36b3e077186ffc739b258d5a01d.tar.gz |
gcc: Add 3.4.6 gcc-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4342 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-3.4.6/gcc34-configure.in.patch')
-rw-r--r-- | meta/packages/gcc/gcc-3.4.6/gcc34-configure.in.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-3.4.6/gcc34-configure.in.patch b/meta/packages/gcc/gcc-3.4.6/gcc34-configure.in.patch new file mode 100644 index 0000000000..3d33bcb978 --- /dev/null +++ b/meta/packages/gcc/gcc-3.4.6/gcc34-configure.in.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | --- gcc-3.4.4/configure.in.orig 2005-08-09 19:57:51.504323183 -0700 | ||
2 | +++ gcc-3.4.4/configure.in 2005-08-09 20:00:12.073168623 -0700 | ||
3 | @@ -1907,7 +1907,7 @@ | ||
4 | *) gxx_include_dir=${with_gxx_include_dir} ;; | ||
5 | esac | ||
6 | |||
7 | -FLAGS_FOR_TARGET= | ||
8 | +FLAGS_FOR_TARGET="$ARCH_FLAGS_FOR_TARGET" | ||
9 | case " $target_configdirs " in | ||
10 | *" newlib "*) | ||
11 | case " $target_configargs " in | ||
12 | --- gcc-3.4.4/configure.orig 2005-08-09 21:02:29.668360660 -0700 | ||
13 | +++ gcc-3.4.4/configure 2005-08-09 21:02:50.157649970 -0700 | ||
14 | @@ -2669,7 +2669,7 @@ | ||
15 | *) gxx_include_dir=${with_gxx_include_dir} ;; | ||
16 | esac | ||
17 | |||
18 | -FLAGS_FOR_TARGET= | ||
19 | +FLAGS_FOR_TARGET="$ARCH_FLAGS_FOR_TARGET" | ||
20 | case " $target_configdirs " in | ||
21 | *" newlib "*) | ||
22 | case " $target_configargs " in | ||