Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Fix PR ada/97859, building ada cross compiler targeting powerpc64le-l…
Browse files Browse the repository at this point in the history
…inux-gnu

2020-11-18  Matthias Klose  <doko@ubuntu.com>

	PR ada/97859
	* Makefile.rtl (powerpc% linux%): Also match powerpc64le cpu.
  • Loading branch information
doko42 committed Nov 18, 2020
1 parent bf7b94d commit ba97b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/ada/Makefile.rtl
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@ ifeq ($(strip $(filter-out powerpc% linux%,$(target_cpu) $(target_os))),)
$(ATOMICS_BUILTINS_TARGET_PAIRS) \
system.ads<libgnat/system-linux-ppc.ads

ifeq ($(strip $(filter-out powerpc64,$(target_cpu))),)
ifeq ($(strip $(filter-out powerpc64%,$(target_cpu))),)
ifneq ($(strip $(MULTISUBDIR)),/32)
LIBGNAT_TARGET_PAIRS += $(GNATRTL_128BIT_PAIRS)
EXTRA_GNATRTL_NONTASKING_OBJS += $(GNATRTL_128BIT_OBJS)
Expand Down

0 comments on commit ba97b53

Please sign in to comment.