From 90def2b26c74d23eb9944c8c32e720adafffd7ef Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 8 Apr 2002 18:57:57 +0000 Subject: [PATCH] re PR libgcj/6068 (libgcj build picks up libgcj.spec from install tree) * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET. Fixes PR libgcj/6068. From-SVN: r52038 --- ChangeLog | 5 +++++ configure.in | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3e4a49f6e7e..292ec1e9942 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-08 Tom Tromey + + * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET. + Fixes PR libgcj/6068. + 2002-03-30 Krister Walfridsson * configure.in (i*86-*-netbsdelf*): Don't disable libgcj. diff --git a/configure.in b/configure.in index c2c5d3fbf82..27a141bca80 100644 --- a/configure.in +++ b/configure.in @@ -1553,6 +1553,10 @@ elif test "$host" = "$target"; then else GCJ_FOR_TARGET=`echo gcj | sed -e 's/x/x/' ${program_transform_name}` fi +case $GCJ_FOR_TARGET in +*' $(FLAGS_FOR_TARGET)') ;; +*) GCJ_FOR_TARGET=$GCJ_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;; +esac if test "x${CXX_FOR_TARGET+set}" = xset; then :