diff options
Diffstat (limited to 'contrib/gcc/configure.in')
-rw-r--r-- | contrib/gcc/configure.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/contrib/gcc/configure.in b/contrib/gcc/configure.in index c9e2bbf20571..e43c1571cf32 100644 --- a/contrib/gcc/configure.in +++ b/contrib/gcc/configure.in @@ -1399,10 +1399,11 @@ changequote(,)dnl changequote([,])dnl xm_file="xm-siglist.h xm-alloca.h ${xm_file}" xm_defines="USG POSIX SMALL_ARG_MAX" - tm_file=i386/sol2.h if test x$gas = xyes; then # Only needed if gas does not support -s - tm_file="i386/sol2gas.h ${tm_file}" + tm_file=i386/sol2gas.h + else + tm_file=i386/sol2.h fi tmake_file=i386/t-sol2 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o" @@ -1688,7 +1689,7 @@ changequote([,])dnl extra_headers=math-68881.h ;; m68000-hp-hpux*) # HP 9000 series 300 - xm_file="xm-alloca.h ${xm_file}" + xm_file="xm_alloca.h ${xm_file}" xm_defines="USG NO_SYS_SIGLIST" if test x$gas = xyes then @@ -1889,7 +1890,7 @@ changequote([,])dnl extra_headers=math-68881.h ;; m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7. - xm_file="xm-alloca.h ${xm_file}" + xm_file="xm_alloca.h ${xm_file}" xm_defines="USG NO_SYS_SIGLIST" if test x$gas = xyes then @@ -1905,7 +1906,7 @@ changequote([,])dnl float_format=m68k ;; m68k-hp-hpux*) # HP 9000 series 300 - xm_file="xm-alloca.h ${xm_file}" + xm_file="xm_alloca.h ${xm_file}" xm_defines="USG NO_SYS_SIGLIST" if test x$gas = xyes then |