Commit 90def2b2 by Tom Tromey Committed by Tom Tromey

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
parent 66133721
2002-04-08 Tom Tromey <tromey@redhat.com>
* configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
Fixes PR libgcj/6068.
2002-03-30 Krister Walfridsson <cato@df.lth.se> 2002-03-30 Krister Walfridsson <cato@df.lth.se>
* configure.in (i*86-*-netbsdelf*): Don't disable libgcj. * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
......
...@@ -1553,6 +1553,10 @@ elif test "$host" = "$target"; then ...@@ -1553,6 +1553,10 @@ elif test "$host" = "$target"; then
else else
GCJ_FOR_TARGET=`echo gcj | sed -e 's/x/x/' ${program_transform_name}` GCJ_FOR_TARGET=`echo gcj | sed -e 's/x/x/' ${program_transform_name}`
fi 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 if test "x${CXX_FOR_TARGET+set}" = xset; then
: :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment