diff options
| author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-12 22:59:35 +0000 |
|---|---|---|
| committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-12 22:59:35 +0000 |
| commit | cf4e7109ce446caf1979d8252c6c027b8206e6e2 (patch) | |
| tree | d7bdc33a29d7b62f6ce4107527d358402ce69617 | |
| parent | dc48927295a3801322467daf7251fde296d0988f (diff) | |
| download | ppe42-gcc-cf4e7109ce446caf1979d8252c6c027b8206e6e2.tar.gz ppe42-gcc-cf4e7109ce446caf1979d8252c6c027b8206e6e2.zip | |
* gcc-interface/Makefile.in (ARM linux, GNU eabi): Tweak regexp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205948 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/ada/gcc-interface/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 228fb0006ba..47279366d82 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,4 +1,8 @@ 2013-12-12 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/Makefile.in (ARM linux, GNU eabi): Tweak regexp. + +2013-12-12 Eric Botcazou <ebotcazou@adacore.com> Iain Sandoe <iain@codesourcery.com> PR ada/55946 diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index fc84f09628d..02f6cb2832d 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -1903,7 +1903,7 @@ ifeq ($(strip $(filter-out powerpc% linux%,$(target_cpu) $(target_os))),) endif # ARM linux, GNU eabi -ifeq ($(strip $(filter-out arm% linux-gnueabi,$(target_cpu) $(target_os))),) +ifeq ($(strip $(filter-out arm% linux-gnueabi%,$(target_cpu) $(target_os))),) LIBGNAT_TARGET_PAIRS = \ a-intnam.ads<a-intnam-linux.ads \ s-inmaop.adb<s-inmaop-posix.adb \ |

