summaryrefslogtreecommitdiffstats
path: root/fixup_ptxconfigs.sh
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2011-08-14 12:51:11 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2011-08-15 12:42:54 +0200
commit57245214fa055de83b23d6e9a6099bb8aca0b1e8 (patch)
treee01ac40459a06552ae979612f5294775fe36ec87 /fixup_ptxconfigs.sh
parentdf96ee0276574ccc3049525f922966f76e6384e3 (diff)
downloadOSELAS.Toolchain-57245214fa055de83b23d6e9a6099bb8aca0b1e8.tar.gz
OSELAS.Toolchain-57245214fa055de83b23d6e9a6099bb8aca0b1e8.tar.xz
Add i486 toolchain
The toolchain has been tested with a so-called Bifferboard (http://bifferos.co.uk/) which has a S3282 BGA CPU (R861x/R321x equivalent) that understands 486SX instructions. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [mkl: add fixup_ptxconfigs.sh support] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'fixup_ptxconfigs.sh')
-rwxr-xr-xfixup_ptxconfigs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index 8dfb2a1..4afe36e 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -185,6 +185,9 @@ fixup()
;;
+ i486-unknown-linux-gnu)
+ PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-arch=i486"
+ ;;
i586-unknown-linux-gnu)
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-arch=i586"
;;