configure.in: Add support for c4x targets.
* configure.in: Add support for c4x targets. * configure: Rebuilt. From-SVN: r22498
This commit is contained in:
parent
0155cab432
commit
6261669528
@ -1,3 +1,8 @@
|
||||
1998-09-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
|
||||
|
||||
* configure.in: Add support for c4x targets.
|
||||
* configure: Rebuilt.
|
||||
|
||||
Sun Sep 20 00:00:51 1998 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* combine.c (distribute_notes): If an insn is a cc0 user, only
|
||||
|
10
gcc/configure
vendored
10
gcc/configure
vendored
@ -2634,6 +2634,10 @@ for machine in $build $host $target; do
|
||||
use_collect2=yes
|
||||
fixincludes=Makefile.in
|
||||
;;
|
||||
c4x-*)
|
||||
cpu_type=c4x
|
||||
tmake_file=c4x/t-c4x
|
||||
;;
|
||||
clipper-intergraph-clix*)
|
||||
tm_file="${tm_file} svr3.h clipper/clix.h"
|
||||
xm_file=clipper/xm-clix.h
|
||||
@ -5468,7 +5472,7 @@ fi
|
||||
|
||||
# Figure out what assembler alignment features are present.
|
||||
echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
|
||||
echo "configure:5472: checking assembler alignment features" >&5
|
||||
echo "configure:5476: 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
|
||||
@ -5537,7 +5541,7 @@ fi
|
||||
echo "$ac_t""$gcc_cv_as_alignment_features" 1>&6
|
||||
|
||||
echo $ac_n "checking assembler subsection support""... $ac_c" 1>&6
|
||||
echo "configure:5541: checking assembler subsection support" >&5
|
||||
echo "configure:5545: checking assembler subsection support" >&5
|
||||
gcc_cv_as_subsections=
|
||||
if test x$gcc_cv_as != x; then
|
||||
# Check if we have .subsection
|
||||
@ -5773,7 +5777,7 @@ fi
|
||||
|
||||
# Warn if using init_priority.
|
||||
echo $ac_n "checking whether to enable init_priority by default""... $ac_c" 1>&6
|
||||
echo "configure:5777: checking whether to enable init_priority by default" >&5
|
||||
echo "configure:5781: checking whether to enable init_priority by default" >&5
|
||||
if test x$enable_init_priority != xyes; then
|
||||
enable_init_priority=no
|
||||
fi
|
||||
|
@ -655,6 +655,10 @@ changequote([,])dnl
|
||||
use_collect2=yes
|
||||
fixincludes=Makefile.in
|
||||
;;
|
||||
c4x-*)
|
||||
cpu_type=c4x
|
||||
tmake_file=c4x/t-c4x
|
||||
;;
|
||||
clipper-intergraph-clix*)
|
||||
tm_file="${tm_file} svr3.h clipper/clix.h"
|
||||
xm_file=clipper/xm-clix.h
|
||||
|
Loading…
Reference in New Issue
Block a user