Commit a8a9e2a8 by Andreas Schwab Committed by Andreas Schwab

Makefile.in (OSCONS_EXTRACT): Add $(GNATLIBCFLAGS).

* gcc-interface/Makefile.in (OSCONS_EXTRACT): Add
$(GNATLIBCFLAGS).

From-SVN: r183185
parent cfbaed3b
2012-01-14 Andreas Schwab <schwab@linux-m68k.org>
* gcc-interface/Makefile.in (OSCONS_EXTRACT): Add
$(GNATLIBCFLAGS).
2012-01-10 Pascal Obry <obry@adacore.com> 2012-01-10 Pascal Obry <obry@adacore.com>
* prj-nmsc.adb (Check_Library_Attributes): * prj-nmsc.adb (Check_Library_Attributes):
......
# Makefile for GNU Ada Compiler (GNAT). # Makefile for GNU Ada Compiler (GNAT).
# Copyright (C) 1994-2011 Free Software Foundation, Inc. # Copyright (C) 1994-2012 Free Software Foundation, Inc.
#This file is part of GCC. #This file is part of GCC.
...@@ -2546,7 +2546,7 @@ OSCONS_CC=`echo "$(GCC_FOR_TARGET)" \ ...@@ -2546,7 +2546,7 @@ OSCONS_CC=`echo "$(GCC_FOR_TARGET)" \
| sed -e 's^\./xgcc^../../xgcc^' -e 's^-B./^-B../../^'` | sed -e 's^\./xgcc^../../xgcc^' -e 's^-B./^-B../../^'`
OSCONS_CPP=$(OSCONS_CC) $(GNATLIBCFLAGS) -E -C \ OSCONS_CPP=$(OSCONS_CC) $(GNATLIBCFLAGS) -E -C \
-DTARGET=\"$(target)\" $(fsrcpfx)ada/s-oscons-tmplt.c > s-oscons-tmplt.i -DTARGET=\"$(target)\" $(fsrcpfx)ada/s-oscons-tmplt.c > s-oscons-tmplt.i
OSCONS_EXTRACT=$(OSCONS_CC) -S s-oscons-tmplt.i OSCONS_EXTRACT=$(OSCONS_CC) $(GNATLIBCFLAGS) -S s-oscons-tmplt.i
endif endif
./bldtools/oscons/xoscons: xoscons.adb xutil.ads xutil.adb ./bldtools/oscons/xoscons: xoscons.adb xutil.ads xutil.adb
......
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