configure.in: Add support for c4x targets.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Sun, 20 Sep 1998 11:12:53 +0000 (11:12 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 20 Sep 1998 11:12:53 +0000 (05:12 -0600)
        * configure.in: Add support for c4x targets.
        * configure: Rebuilt.

From-SVN: r22498

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 9bed9016399fd4392a5f3c85cf7f61c1fb76bd8b..7b9c59df857e022d0089f6cef3d9635043f25aec 100644 (file)
@@ -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
index 69c9019b0c06c867e96827623880245b0954e238..95efa5589a574d53acf866bf56cd4ddc51884a03 100755 (executable)
@@ -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
index fb9e9b1c6c5510be72fa1c348b7728c35ed185ac..4a0f929656f4a78620c5fb177b0f74dd289a7a59 100644 (file)
@@ -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