Commit 4250055c by Simon Wright Committed by Eric Botcazou

re PR ada/42626 (gcc-interface/Makefile.in has missing quote)

	PR ada/42626
	* gcc-interface/Makefile.in (gnatlib-shared-darwin): Add missing
	end-quote.

From-SVN: r155780
parent f5e3965f
2010-01-09 Simon Wright <simon@pushface.org>
PR ada/42626
* Makefile.in (gnatlib-shared-darwin): Add missing end-quote.
* gcc-interface/Makefile.in (gnatlib-shared-darwin): Add missing
end-quote.
......
......@@ -2474,7 +2474,7 @@ gnatlib-shared-win32:
gnatlib-shared-darwin:
$(MAKE) $(FLAGS_TO_PASS) \
GNATLIBFLAGS="$(GNATLIBFLAGS)" \
GNATLIBCFLAGS="$(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS) \
GNATLIBCFLAGS="$(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS)" \
GNATLIBCFLAGS_FOR_C="$(GNATLIBCFLAGS_FOR_C) -fno-common" \
MULTISUBDIR="$(MULTISUBDIR)" \
THREAD_KIND="$(THREAD_KIND)" \
......
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