]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-ada-x32.patch
- release 2, oneline fix for sigsegv in libgomp
[packages/gcc.git] / gcc-ada-x32.patch
CommitLineData
f13f5c54 1Based on patch from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56030
b7e1b9c6 2Blocking bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54040 has been fixed
f13f5c54
JR
3
4--- gcc-4.9.2/gcc/ada/gcc-interface/Makefile.in~ 2014-12-27 17:19:06.000000000 +0000
5+++ gcc-4.9.2/gcc/ada/gcc-interface/Makefile.in 2014-12-27 18:11:33.908691021 +0000
6@@ -355,6 +355,14 @@
7 else
8 ifeq ($(strip $(MULTISUBDIR)),/x32)
9 target_cpu:=x32
10+ else
11+ ifeq ($(strip $(MULTISUBDIR)),/64)
12+ target_cpu:=x86_64
13+ else
14+ ifneq ($(findstring gnux32,$(target_os)),)
15+ target_cpu:=x32
16+ endif
17+ endif
18 endif
19 endif
20 endif
This page took 0.701957 seconds and 4 git commands to generate.