Commit 42b9d34f by Dave Korn Committed by Dave Korn

Makefile.in (LIBGNAT_TARGET_PAIRS): Simplify test for a-except% in target pairs list...

	* gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS): Simplify test for
	a-except% in target pairs list; don't (implicitly) compare whitespace.

From-SVN: r152116
parent 01c3cf4d
2009-09-24 Dave Korn <dave.korn.cygwin@gmail.com>
* gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS): Simplify test for
a-except% in target pairs list; don't (implicitly) compare whitespace.
2009-09-24 Jakub Jelinek <jakub@redhat.com> 2009-09-24 Jakub Jelinek <jakub@redhat.com>
* gcc-interface/utils.c (gnat_pushdecl): Don't set * gcc-interface/utils.c (gnat_pushdecl): Don't set
......
...@@ -2128,7 +2128,7 @@ endif ...@@ -2128,7 +2128,7 @@ endif
# These base versions lack Ada 2005 additions which would cause bootstrap # These base versions lack Ada 2005 additions which would cause bootstrap
# problems if included in the compiler and other basic tools. # problems if included in the compiler and other basic tools.
ifeq ($(filter-out a-except%,$(LIBGNAT_TARGET_PAIRS)),$(LIBGNAT_TARGET_PAIRS)) ifeq ($(filter a-except%,$(LIBGNAT_TARGET_PAIRS)),)
LIBGNAT_TARGET_PAIRS += \ LIBGNAT_TARGET_PAIRS += \
a-except.ads<a-except-2005.ads \ a-except.ads<a-except-2005.ads \
a-except.adb<a-except-2005.adb a-except.adb<a-except-2005.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