diff options
author | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-03-12 14:23:07 +0000 |
---|---|---|
committer | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-03-12 14:23:07 +0000 |
commit | 7a7d1666be0940bdcf4790c72d84484c9fc5b60a (patch) | |
tree | a9c4d57cf8381e1e95a3d1cad59a66fb3433d734 /packages/gcc/gcc_3.4.3.bb | |
parent | d8d59e0c716b96b2275aad70750aa3563e399ed9 (diff) |
Merge nslu2-linux@nslu2-linux.bkbits.net:openembedded
into giantshoulder.com:/home/tom/dev/openslug/openembedded
2005/03/12 03:41:05-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/12 12:27:12+01:00 (none)!koen
local.conf.sample:
note on leading spaces
2005/03/12 11:43:28+01:00 (none)!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into lieve.(none):/data/build/oe/clean-tree/openembedded
2005/03/12 11:43:02+01:00 (none)!koen
libmatchbox_svn.bb:
update to 1.6
2005/03/11 19:41:18-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/11 21:57:25-05:00 handhelds.org!kergoth
Gcc 3.4.0, 3.4.1, 3.4.2:
* Remove old versions.
Gcc 3.4.3:
* Adjust the gcc build to patch away the STMP_FIXINC/STMP_FIXPERM screwup when not setting --with-sysroot, and stop passing --with-sysroot .. setting it was resulting in our g++ binary adding -L/lib and -L /usr/lib to its link lines, which caused lots of problems.
2005/03/11 16:41:04-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/11 13:41:54-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/11 12:41:05-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/11 11:41:06-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
BKrev: 4232fb4bz0F18QK-4Xxxw237qdrUng
Diffstat (limited to 'packages/gcc/gcc_3.4.3.bb')
-rw-r--r-- | packages/gcc/gcc_3.4.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gcc/gcc_3.4.3.bb b/packages/gcc/gcc_3.4.3.bb index 375c67f15f..c92746be58 100644 --- a/packages/gcc/gcc_3.4.3.bb +++ b/packages/gcc/gcc_3.4.3.bb @@ -1,4 +1,4 @@ -PR = "r10" +PR = "r11" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" @@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc-3.4.0-arm-bigendian.patch;patch=1 \ file://gcc-3.4.0-arm-bigendian-uclibc.patch;patch=1 \ file://GCC3.4.0VisibilityPatch.diff;patch=1 \ - file://15342.patch;patch=1" + file://15342.patch;patch=1 \ + file://always-fixincperm.patch;patch=1" include gcc3-build.inc |