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-cross_4.3.2.bb | |
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-cross_4.3.2.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.3.2.bb b/packages/gcc/gcc-cross_4.3.2.bb index 526ec1508b..18d5abd32e 100644 --- a/packages/gcc/gcc-cross_4.3.2.bb +++ b/packages/gcc/gcc-cross_4.3.2.bb @@ -1,4 +1,4 @@ -PR = "r4" +PR = "r5" require gcc-${PV}.inc require gcc-cross4.inc require gcc-configure-cross.inc |