This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] Remove obsolete code in ada/Makefile.in


After the following change:

<<
2005-12-05  Paolo Bonzini  <bonzini@gnu.org>

	* Makefile.in (gnatlib): Fix regex, using \. instead of . when
	a period is meant.
>>

And corresponding change in libada/Makefile.in to pass GCC_FOR_TARGET,
the code below can now be removed. Committed on trunk.

2005-12-12  Arnaud Charlet  <charlet@adacore.com>

	* Makefile.in: Remove dummy setting of GCC_FOR_TARGET, no longer
	needed.

Index: Makefile.in
===================================================================
--- Makefile.in	(revision 108405)
+++ Makefile.in	(working copy)
@@ -1633,11 +1633,6 @@
 # Example: cd rts; ar rc libfoo.a $(LONG_LIST_OF_OBJS)
 # is guaranteed to overflow the buffer.
 
-# ??? GCC_FOR_TARGET is supposed to be passed from the top level
-# Makefile, but this is not the case from e.g. libada, so provide a suitable
-# default
-GCC_FOR_TARGET=./xgcc -B./ $(FLAGS_FOR_TARGET)
-
 gnatlib: ../stamp-gnatlib1 ../stamp-gnatlib2
 	$(MAKE) -C rts \
 		CC="`echo \"$(GCC_FOR_TARGET)\" \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]