version 1.28, 2004/02/27 18:32:21 |
version 1.31, 2004/06/25 13:41:33 |
Line 4129 if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; |
|
Line 4129 if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; |
|
else |
else |
CFLAGS="-O" |
CFLAGS="-O" |
fi |
fi |
|
elif test `basename ./"${CC}"` = "icc" ; then |
|
CFLAGS="-g -O" |
fi |
fi |
|
|
# Check whether --enable-gc-zeropage or --disable-gc-zeropage was given. |
# Check whether --enable-gc-zeropage or --disable-gc-zeropage was given. |
|
|
i386_elf_obj=asmi_l.o |
i386_elf_obj=asmi_l.o |
i386_aout_obj=asmi.o |
i386_aout_obj=asmi.o |
sparc_v8_obj="sparc-2.o asm4-2.o edr-2.o" |
sparc_v8_obj="sparc-2.o asm4-2.o edr-2.o" |
sparc_v9_obj="sparc-2.o asm5-2.o edr-2.o" |
sparc_v9_obj=asmalpha.o |
generic_obj=asmalpha.o |
generic_obj=asmalpha.o |
|
|
case "${host}" in |
case "${host}" in |
|
|
sparc-sun-solaris2.*) |
sparc-sun-solaris2.*) |
case "`uname -m`" in |
case "`uname -m`" in |
sun4[dm]) asm_obj="${sparc_v8_obj}" ;; |
sun4[dm]) asm_obj="${sparc_v8_obj}" ;; |
sun4u*) asm_obj="${sparc_v9_obj}" ;; |
sun4u*) asm_obj="${sparc_v9_obj}" |
|
if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then |
|
CFLAGS="${CFLAGS} -m64" |
|
fi |
|
|
|
;; |
*) asm_obj="${generic_obj}" ;; |
*) asm_obj="${generic_obj}" ;; |
esac |
esac |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
Line 5900 s,@MPILIB@,$MPILIB,;t t |
|
Line 5907 s,@MPILIB@,$MPILIB,;t t |
|
s,@LAPACKLIB@,$LAPACKLIB,;t t |
s,@LAPACKLIB@,$LAPACKLIB,;t t |
s,@libasir_postfix@,$libasir_postfix,;t t |
s,@libasir_postfix@,$libasir_postfix,;t t |
s,@USE_GC_INTERIX@,$USE_GC_INTERIX,;t t |
s,@USE_GC_INTERIX@,$USE_GC_INTERIX,;t t |
|
s,@USE_GC_SPARC64@,$USE_GC_SPARC64,;t t |
s,@asm_obj@,$asm_obj,;t t |
s,@asm_obj@,$asm_obj,;t t |
CEOF |
CEOF |
|
|