From: Jeffrey A Law Date: Thu, 28 Jan 1999 08:49:36 +0000 (+0000) Subject: configure.in (hppa1.0-hp-hpux10*): Use t-pa. X-Git-Tag: prereleases/egcs-1.1.2-prerelease-1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b346da8ab9e6a19d04157b527f78af19db8ee4;p=thirdparty%2Fgcc.git configure.in (hppa1.0-hp-hpux10*): Use t-pa. * configure.in (hppa1.0-hp-hpux10*): Use t-pa. * configure: Rebuilt. From-SVN: r24893 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e478289e632f..46e2bc5e6ce4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 28 09:44:04 1999 Jeffrey A Law (law@cygnus.com) + + * configure.in (hppa1.0-hp-hpux10*): Use t-pa. + * configure: Rebuilt. + Thu Jan 21 23:27:06 1999 Jeffrey A Law (law@cygnus.com) * m68k.md (ashldi_const): Disable for !TARGET_5200. Fix indention. diff --git a/gcc/configure b/gcc/configure index 37217850f726..028948d7dc06 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2584,6 +2584,7 @@ for machine in $build $host $target; do tm_file="${tm_file} pa/pa-hpux.h pa/pa-hpux10.h" xm_file=pa/xm-pahpux.h xmake_file=pa/x-pa-hpux + tmake_file=pa/t-pa if [ x$gas = xyes ] then tm_file="${tm_file} pa/pa-gas.h" @@ -5250,7 +5251,7 @@ fi # Figure out what assembler alignment features are present. echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6 -echo "configure:5254: checking assembler alignment features" >&5 +echo "configure:5255: checking assembler alignment features" >&5 gcc_cv_as= gcc_cv_as_alignment_features= gcc_cv_as_gas_srcdir=`echo $srcdir | sed -e 's,gcc$,gas,'` diff --git a/gcc/configure.in b/gcc/configure.in index c46018d1cd19..708c464b784a 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -682,6 +682,7 @@ for machine in $build $host $target; do tm_file="${tm_file} pa/pa-hpux.h pa/pa-hpux10.h" xm_file=pa/xm-pahpux.h xmake_file=pa/x-pa-hpux + tmake_file=pa/t-pa if [[ x$gas = xyes ]] then tm_file="${tm_file} pa/pa-gas.h"