diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-06 19:14:33 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-06 19:14:33 +0000 |
commit | 821b74d1c59559496ed7e7e86531fe3f76f4dade (patch) | |
tree | 69be8059dac5ea2519e4f92017bc42cc8ede31a0 /packages/gcc/gcc-4.3.2.inc | |
parent | 2edf230ed11e823ca4ecad9c7ae837cabba8fef2 (diff) |
gcc-4.3.2: use multilib on sh4, so kernel can compile without fpu
registers
* add patch gcc-4.2.3-linux-multilib-fix.patch used by various other
linux distributions
* put the mulitlib config in gcc-cross4.inc because gcc-3 works without
that
* need to bump PR because we pushed in earlier changes on sh4 without
bumping
Diffstat (limited to 'packages/gcc/gcc-4.3.2.inc')
-rw-r--r-- | packages/gcc/gcc-4.3.2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-4.3.2.inc b/packages/gcc/gcc-4.3.2.inc index 21c08ffccc..74ed254694 100644 --- a/packages/gcc/gcc-4.3.2.inc +++ b/packages/gcc/gcc-4.3.2.inc @@ -60,8 +60,8 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " SRC_URI_append_sh4 = " file://sh_unwind.patch;patch=1 \ + file://gcc-4.2.3-linux-multilib-fix.patch;patch=1 \ " - # Language Overrides FORTRAN = "" JAVA = "" |