diff options
author | Richard Henderson <rth@redhat.com> | 1999-04-14 15:48:28 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-04-14 15:48:28 +0000 |
commit | 4e75fa854a0a30995baf6ee5ced88403e264fdb7 (patch) | |
tree | 8d6bef54b16968a49f4c4dc7f3a467a8eb4a69f7 /scripts | |
parent | e5681dee4d76be8fd77538387c0074d0a59fa7bf (diff) | |
download | glibc-4e75fa854a0a30995baf6ee5ced88403e264fdb7.zip glibc-4e75fa854a0a30995baf6ee5ced88403e264fdb7.tar.gz glibc-4e75fa854a0a30995baf6ee5ced88403e264fdb7.tar.bz2 |
Sparc merge from Jakub.
1999-04-14 Jakub Jelinek <jj@ultra.linux.cz>
* scripts/config.sub: Allow sparcv[6789]-* and sparcv8plus{,a}-*
architectures.
* sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
instead of CFLAGS.
* sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
instead of CFLAGS. For gnulib and string directories use
-Wa,-Av9a gcc ASFLAGS.
* sysdeps/sparc/sparc32/sparcv9/memmove.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: New file.
* shlib-versions: Handle sparcv[6789]-* and sparcv8plus{,a}-*
the same way as sparc-*.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/config.sub | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index 8e0adac..6a05483 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -157,7 +157,8 @@ case $basic_machine in | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ | mipstx39 | mipstx39el | armv[34][lb] \ - | sparc | sparclet | sparclite | sparc64 | v850) + | sparc | sparclet | sparclite | sparc64 \ + | sparcv[6789] | sparcv8plus | sparcv8plusa | v850) basic_machine=$basic_machine-unknown ;; # We use `pc' rather than `unknown' @@ -184,7 +185,8 @@ case $basic_machine in | sparc64-* | mips64-* | mipsel-* | armv[34][lb]-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ | mipstx39-* | mipstx39el-* \ - | f301-* | armv*-*) + | f301-* | armv*-* | sparcv[6789]-* | sparcv8plus \ + | sparcv8plusa) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. |