summaryrefslogtreecommitdiffstats
path: root/fixup_ptxconfigs.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-01-04 19:48:09 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-01-04 19:48:25 +0100
commitbaba23e4d67b2980ac40974dfe77514691e1e85b (patch)
treea3db7cdb98697177ab14adf3fa9a39935e97d7ad /fixup_ptxconfigs.sh
parent76d281ff4819f049bfef5851085ab8b4a2553363 (diff)
downloadOSELAS.Toolchain-baba23e4d67b2980ac40974dfe77514691e1e85b.tar.gz
OSELAS.Toolchain-baba23e4d67b2980ac40974dfe77514691e1e85b.tar.xz
ptxconfig: i686-atom-linux-gnu: fix typo in the last commit
also, add the change to fixup_ptxconfigs.sh Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'fixup_ptxconfigs.sh')
-rwxr-xr-xfixup_ptxconfigs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index 1febd9e..34ab587 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -219,7 +219,7 @@ fixup()
PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-arch=i686"
;;
i686-atom-linux-gnu)
- PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-arch=atom --with-fpmath=sse"
+ PTXCONF_CROSS_GCC_CONFIG_EXTRA="--with-arch=atom --with-fpmath=sse --with-specs='%{!mmovbe:%{!mno-movbe:-mno-movbe}}'"
;;
x86_64-unknown-linux-gnu)