summaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorrodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-16 07:12:04 +0000
committerrodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-16 07:12:04 +0000
commit76ea8ab6e7bfe505fd09c6dacbdbbc34bfda1bb9 (patch)
treec67f12398d4a2b315a90ec6405a39a03de55bf11 /boehm-gc
parent8f60923d82dab514787ea3684bebeb94653f5da4 (diff)
downloadgcc-76ea8ab6e7bfe505fd09c6dacbdbbc34bfda1bb9.tar.gz
2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
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
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog6
-rwxr-xr-xboehm-gc/configure5
-rw-r--r--boehm-gc/configure.in1
3 files changed, 10 insertions, 2 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 234d9df973e..24dd511fe6a 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
+
+ PR other/3725
+ * configure.in: Add AC_SUBST(target_alias).
+ * configure: Regenerated.
+
2001-11-26 Loren J. Rittle <ljrittle@acm.org>
* linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
diff --git a/boehm-gc/configure b/boehm-gc/configure
index a9257f3050d..fc67f49736c 100755
--- a/boehm-gc/configure
+++ b/boehm-gc/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/boehm-gc/configure.in b/boehm-gc/configure.in
index 219af7f6311..2d5803b0f57 100644
--- a/boehm-gc/configure.in
+++ b/boehm-gc/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.