From aaee80a7b8a72f2b2b9135441085c289fd782061 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Sun, 16 Dec 2001 07:12:04 +0000 Subject: [PATCH] 2001-12-16 Craig Rodrigues PR other/3725 * configure.in: Add AC_SUBST(target_alias). * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48063 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 6 ++++++ configure | 5 +++-- configure.in | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 234d9df9..24dd511f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-12-16 Craig Rodrigues + + PR other/3725 + * configure.in: Add AC_SUBST(target_alias). + * configure: Regenerated. + 2001-11-26 Loren J. Rittle * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special diff --git a/configure b/configure index a9257f30..fc67f497 100755 --- a/configure +++ b/configure @@ -1540,7 +1540,7 @@ else if { (eval echo configure:1541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.c | *.C | *.o | *.obj) ;; + *.c | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done @@ -2591,7 +2591,7 @@ else if { (eval echo configure:2592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.c | *.C | *.o | *.obj) ;; + *.c | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done @@ -2777,6 +2777,7 @@ fi target_all=libgcjgc.la + TARGET_ECOS="no" # Check whether --with-ecos or --without-ecos was given. if test "${with_ecos+set}" = set; then diff --git a/configure.in b/configure.in index 219af7f6..2d5803b0 100644 --- a/configure.in +++ b/configure.in @@ -122,6 +122,7 @@ AC_SUBST(EXTRA_TEST_LIBS) target_all=libgcjgc.la AC_SUBST(target_all) +AC_SUBST(target_alias) dnl If the target is an eCos system, use the appropriate eCos dnl I/O routines. -- 2.40.0