Skip to content

Commit

Permalink
re PR ada/68564 (Ada fails to bootstrap on sparc64-linux-gnu)
Browse files Browse the repository at this point in the history
2015-11-28  Matthias Klose  <[email protected]>

        PR ada/68564
        * gcc-interface/Makefile.in: Fix sparc/sparc64 bitness detection.

From-SVN: r231028
  • Loading branch information
doko42 authored and Matthias Klose committed Nov 28, 2015
1 parent 09a49a4 commit c14826c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gcc/ada/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015-11-28 Matthias Klose <[email protected]>

PR ada/68564
* gcc-interface/Makefile.in: Fix sparc/sparc64 bitness detection.

2015-11-25 Arnaud Charlet <[email protected]>

* lib-xref-spark_specific.adb
Expand Down
2 changes: 1 addition & 1 deletion gcc/ada/gcc-interface/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ ifeq ($(strip $(filter-out sparc% linux%,$(target_cpu) $(target_os))),)
LIBGNAT_TARGET_PAIRS_64 = \
system.ads<system-linux-sparcv9.ads

ifeq ($(strip $(shell $(GCC_FOR_TARGET) $(GNATLIBCFLAGS) -print-multi-os-directory)),../lib64)
ifneq (,$(or $(filter sparc64-linux-gnu, $(shell $(GCC_FOR_TARGET) $(GNATLIBCFLAGS) -print-multiarch)), $(filter ../lib64, $(shell $(GCC_FOR_TARGET) $(GNATLIBCFLAGS) -print-multi-os-directory))))
LIBGNAT_TARGET_PAIRS = \
$(LIBGNAT_TARGET_PAIRS_COMMON) $(LIBGNAT_TARGET_PAIRS_64)
else
Expand Down

0 comments on commit c14826c

Please sign in to comment.