From f5967c596a15e19e4ba82a6bc9019e496eac6cf8 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Wed, 30 Jul 1997 12:50:14 +0000 Subject: [PATCH] replace arm-*-* with arm-*-aout. From-SVN: r14558 --- gcc/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/configure.in b/gcc/configure.in index e6d06832ed4..4a92d77de3b 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -416,7 +416,8 @@ for machine in $build $host $target; do broken_install=yes gnu_ld=yes ;; - arm-*-*) # generic version + arm-*-aout) + tm_file=arm/aout.h ;; c1-convex-*) # Convex C1 target_cpu_default=1 -- 2.30.2