summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/configure
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-07-18 17:24:56 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-07-18 17:24:56 +0000
commitff3432c423a73d62e3baaedbba3dd9f99f7c8b75 (patch)
tree4dfcf66486f82bf599292e91f5f458593bf53006 /gnu/egcs/gcc/configure
parentd853a9ffbf5a469e8a4bd03f3c3e7878dd6a932c (diff)
Merge
Diffstat (limited to 'gnu/egcs/gcc/configure')
-rw-r--r--gnu/egcs/gcc/configure18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/egcs/gcc/configure b/gnu/egcs/gcc/configure
index 23273c766ba..4d166a61717 100644
--- a/gnu/egcs/gcc/configure
+++ b/gnu/egcs/gcc/configure
@@ -2633,7 +2633,7 @@ fi
for ac_func in malloc realloc calloc free bcopy bzero bcmp \
index rindex getenv atol sbrk abort atof strerror getcwd getwd \
- strsignal putc_unlocked fputs_unlocked
+ strsignal putc_unlocked fputs_unlocked strstr
do
echo $ac_n "checking whether $ac_func must be declared""... $ac_c" 1>&6
echo "configure:2640: checking whether $ac_func must be declared" >&5
@@ -5229,23 +5229,23 @@ for machine in $build $host $target; do
use_collect2=yes
;;
rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
- if test "$gnu_ld" = yes
- then
- tm_file=rs6000/aix41-gld.h
- else
- tm_file=rs6000/aix41.h
- fi
+ tm_file=rs6000/aix41.h
if test x$host != x$target
then
tmake_file=rs6000/t-xnewas
else
tmake_file=rs6000/t-newas
fi
- xmake_file=rs6000/x-aix41
+ if test "$gnu_ld" = yes
+ then
+ xmake_file=rs6000/x-aix41-gld
+ else
+ xmake_file=rs6000/x-aix41
+ fi
float_format=none
use_collect2=yes
;;
- rs6000-ibm-aix4.[3456789].* | powerpc-ibm-aix4.[3456789].*)
+ rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
tm_file=rs6000/aix43.h
if test x$host != x$target
then