mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
config.gcc: Consistently use solaris2.1[0-9]* instead of solaris2.1[0-9].
gcc: * config.gcc: Consistently use solaris2.1[0-9]* instead of solaris2.1[0-9]. libcpp: * configure.ac: Consistently use solaris2.1[0-9]* instead of solaris2.1[0-9]. * configure: Regenerate. From-SVN: r96743
This commit is contained in:
parent
e76d0ec635
commit
f42eccdb32
@ -1,3 +1,8 @@
|
||||
2005-03-19 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* config.gcc: Consistently use solaris2.1[0-9]* instead of
|
||||
solaris2.1[0-9].
|
||||
|
||||
2005-03-19 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* builtins.c (fold_builtin_memcpy): Take decomposed arguments
|
||||
|
@ -1061,12 +1061,12 @@ i[34567]86-*-solaris2*)
|
||||
tmake_file="$tmake_file t-slibgcc-sld"
|
||||
fi
|
||||
case ${target} in
|
||||
*-*-solaris2.[789] | *-*-solaris2.1[0-9])
|
||||
*-*-solaris2.[789] | *-*-solaris2.1[0-9]*)
|
||||
tm_file="$tm_file tm-dwarf2.h"
|
||||
;;
|
||||
esac
|
||||
case ${target} in
|
||||
*-*-solaris2.1[0-9])
|
||||
*-*-solaris2.1[0-9]*)
|
||||
tm_file="${tm_file} i386/x86-64.h i386/sol2-10.h"
|
||||
tm_defines="${tm_defines} TARGET_BI_ARCH=1"
|
||||
tmake_file="$tmake_file i386/t-sol2-10"
|
||||
@ -1972,7 +1972,7 @@ sparc-*-solaris2*)
|
||||
tm_file="${tm_file} sparc/sol26-sld.h"
|
||||
fi
|
||||
;;
|
||||
*-*-solaris2.[789] | *-*-solaris2.1[0-9])
|
||||
*-*-solaris2.[789] | *-*-solaris2.1[0-9]*)
|
||||
tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h tm-dwarf2.h"
|
||||
if test x$gnu_ld = xyes; then
|
||||
tm_file="${tm_file} sparc/sol2-gld-bi.h"
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-03-19 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* configure.ac: Consistently use solaris2.1[0-9]* instead of
|
||||
solaris2.1[0-9].
|
||||
* configure: Regenerate.
|
||||
|
||||
2005-03-15 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* charset.c (_cpp_valid_ucn): In identifiers, reject a partial
|
||||
|
2
libcpp/configure
vendored
2
libcpp/configure
vendored
@ -7195,7 +7195,7 @@ case $target in
|
||||
s390*-*-* | \
|
||||
sparc64*-*-* | ultrasparc-*-freebsd* | \
|
||||
sparcv9-*-solaris2* | \
|
||||
sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9] | \
|
||||
sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \
|
||||
sh[123456789l]*-*-*)
|
||||
need_64bit_hwint=yes ;;
|
||||
*)
|
||||
|
@ -117,7 +117,7 @@ case $target in
|
||||
s390*-*-* | \
|
||||
sparc64*-*-* | ultrasparc-*-freebsd* | \
|
||||
sparcv9-*-solaris2* | \
|
||||
sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9] | \
|
||||
sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \
|
||||
sh[123456789l]*-*-*)
|
||||
need_64bit_hwint=yes ;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user