From 56830143aae1d11080af77cb18a0c76430658733 Mon Sep 17 00:00:00 2001 From: David O'Brien Date: Wed, 30 Dec 1998 22:05:08 +0000 Subject: [PATCH] * configure.in (FreeBSD ELF): Needs special crt files. From-SVN: r24446 --- gcc/ChangeLog | 4 ++++ gcc/configure | 7 ++++--- gcc/configure.in | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33d4c7d57f5..d5ede75ac4e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 30 23:00:28 1998 David O'Brien + + * configure.in (FreeBSD ELF): Needs special crt files. + Wed Dec 30 22:50:13 1998 Geoffrey Noer * i386/xm-cygwin.h: change DIR_SEPARATOR to forward slash. diff --git a/gcc/configure b/gcc/configure index cf38fb21353..b18c72b555f 100755 --- a/gcc/configure +++ b/gcc/configure @@ -3342,6 +3342,7 @@ for machine in $build $host $target; do tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h" # On FreeBSD, the headers are already ok, except for math.h. fixincludes=fixinc.wrap + extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" tmake_file=i386/t-freebsd gas=yes gnu_ld=yes @@ -5912,7 +5913,7 @@ fi # Figure out what assembler alignment features are present. echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6 -echo "configure:5916: checking assembler alignment features" >&5 +echo "configure:5917: 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 @@ -5985,7 +5986,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:5989: checking assembler subsection support" >&5 +echo "configure:5990: checking assembler subsection support" >&5 gcc_cv_as_subsections= if test x$gcc_cv_as != x; then # Check if we have .subsection @@ -6257,7 +6258,7 @@ fi # Warn if using init_priority. echo $ac_n "checking whether to enable init_priority by default""... $ac_c" 1>&6 -echo "configure:6261: checking whether to enable init_priority by default" >&5 +echo "configure:6262: checking whether to enable init_priority by default" >&5 if test x$enable_init_priority != xyes; then enable_init_priority=no fi diff --git a/gcc/configure.in b/gcc/configure.in index fad36819be6..7dc6b29d876 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1083,6 +1083,7 @@ changequote([,])dnl tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h" # On FreeBSD, the headers are already ok, except for math.h. fixincludes=fixinc.wrap + extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" tmake_file=i386/t-freebsd gas=yes gnu_ld=yes -- 2.30.2