summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross4.inc
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-10-06 19:14:33 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-10-06 19:14:33 +0000
commit821b74d1c59559496ed7e7e86531fe3f76f4dade (patch)
tree69be8059dac5ea2519e4f92017bc42cc8ede31a0 /packages/gcc/gcc-cross4.inc
parent2edf230ed11e823ca4ecad9c7ae837cabba8fef2 (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-cross4.inc')
-rw-r--r--packages/gcc/gcc-cross4.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross4.inc b/packages/gcc/gcc-cross4.inc
index 3d3403737a..77a55968fa 100644
--- a/packages/gcc/gcc-cross4.inc
+++ b/packages/gcc/gcc-cross4.inc
@@ -1,3 +1,5 @@
require gcc-cross.inc
DEPENDS += "gmp-native mpfr-native"
+
+EXTRA_OECONF_append_sh4 = " --with-multilib-list=m4,m4-nofpu "