Commit e7651ec5 by Chris Demetriou Committed by Jeff Law

configure.in (sparc-hal-solaris2*): protect [] glob from my expansion.

        * configure.in (sparc-hal-solaris2*): protect [] glob from
        my expansion.
        (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
        rather than hard-coded constants in target_cpu_default2.
        * configure: Regenerate.

From-SVN: r33520
parent c083cf9a
2000-04-28 Chris Demetriou <cgd@sibyte.com>
* configure.in (sparc-hal-solaris2*): protect [] glob from
my expansion.
(mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
rather than hard-coded constants in target_cpu_default2.
* configure: Regenerate.
2000-04-28 Jason Merrill <jason@casey.cygnus.com> 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
* tree.c (get_callee_fndecl): Extract the initial value from * tree.c (get_callee_fndecl): Extract the initial value from
......
...@@ -1354,7 +1354,7 @@ else ...@@ -1354,7 +1354,7 @@ else
fi fi
# Find some useful tools # Find some useful tools
for ac_prog in mawk gawk nawk awk for ac_prog in gawk mawk nawk awk
do do
# Extract the first word of "$ac_prog", so it can be a program name with args. # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2 set dummy $ac_prog; ac_word=$2
...@@ -5983,7 +5983,7 @@ for machine in $build $host $target; do ...@@ -5983,7 +5983,7 @@ for machine in $build $host $target; do
xmake_file=sparc/x-sysv4 xmake_file=sparc/x-sysv4
extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o" extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
case $machine in case $machine in
*-*-solaris2.0-4) *-*-solaris2.[0-4])
float_format=i128 float_format=i128
;; ;;
*) *)
...@@ -6312,16 +6312,16 @@ for machine in $build $host $target; do ...@@ -6312,16 +6312,16 @@ for machine in $build $host $target; do
then then
if test x$gnu_ld = xyes if test x$gnu_ld = xyes
then then
target_cpu_default2=20 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
else else
target_cpu_default2=16 target_cpu_default2="MASK_GAS"
fi fi
fi fi
;; ;;
mips*-*-*) mips*-*-*)
if test x$gas = xyes if test x$gas = xyes
then then
target_cpu_default2=16 target_cpu_default2="MASK_GAS"
fi fi
;; ;;
powerpc*-*-* | rs6000-*-*) powerpc*-*-* | rs6000-*-*)
......
...@@ -3363,7 +3363,9 @@ changequote([,])dnl ...@@ -3363,7 +3363,9 @@ changequote([,])dnl
xmake_file=sparc/x-sysv4 xmake_file=sparc/x-sysv4
extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o" extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
case $machine in case $machine in
changequote(,)dnl
*-*-solaris2.[0-4]) *-*-solaris2.[0-4])
changequote([,])dnl
float_format=i128 float_format=i128
;; ;;
*) *)
...@@ -3700,16 +3702,16 @@ changequote([,])dnl ...@@ -3700,16 +3702,16 @@ changequote([,])dnl
then then
if test x$gnu_ld = xyes if test x$gnu_ld = xyes
then then
target_cpu_default2=20 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
else else
target_cpu_default2=16 target_cpu_default2="MASK_GAS"
fi fi
fi fi
;; ;;
mips*-*-*) mips*-*-*)
if test x$gas = xyes if test x$gas = xyes
then then
target_cpu_default2=16 target_cpu_default2="MASK_GAS"
fi fi
;; ;;
powerpc*-*-* | rs6000-*-*) powerpc*-*-* | rs6000-*-*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment