diff options
author | Alexey Neyman <stilor@att.net> | 2017-09-03 19:55:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-03 19:55:58 -0700 |
commit | f994d1c7d7cd62a474a09cadc89ddd15da427fef (patch) | |
tree | ab4683e03ce5cb5e0eeffb8137327170e637ecdd /scripts/build/arch/x86.sh | |
parent | 95de709fe3f7e58af210c2727a7b28608936068e (diff) | |
parent | 602304b23077b8cd58b99a836e8d9ffbedecd52c (diff) | |
download | crosstool-ng-f994d1c7d7cd62a474a09cadc89ddd15da427fef.tar.gz crosstool-ng-f994d1c7d7cd62a474a09cadc89ddd15da427fef.tar.bz2 crosstool-ng-f994d1c7d7cd62a474a09cadc89ddd15da427fef.zip |
Merge pull request #823 from stilor/sh-experiment-multilib
Better SuperH multilib support (different endian, glibc/uClibc for no-FPU, etc)
Diffstat (limited to 'scripts/build/arch/x86.sh')
-rw-r--r-- | scripts/build/arch/x86.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/arch/x86.sh b/scripts/build/arch/x86.sh index 3a7a2cec..471d377a 100644 --- a/scripts/build/arch/x86.sh +++ b/scripts/build/arch/x86.sh @@ -86,7 +86,7 @@ CT_DoArchGlibcAdjustTuple() { # x86 quirk: architecture name is i386, but glibc expects i[4567]86 - to # indicate the desired optimization. If it was a multilib variant of x86_64, # then it targets at least NetBurst a.k.a. i786, but we'll follow the model - # above # and set the optimization to i686. Otherwise, replace with the most + # above and set the optimization to i686. Otherwise, replace with the most # conservative choice, i486. i386-*) if [ "${CT_TARGET_ARCH}" = "x86_64" ]; then |