-
Notifications
You must be signed in to change notification settings - Fork 649
Expand file tree
/
Copy pathgcc-own_compiler.patch
More file actions
51 lines (44 loc) · 2.73 KB
/
gcc-own_compiler.patch
File metadata and controls
51 lines (44 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
diff --git a/sysdep/Makedef.Linux64-gnu-ompi b/sysdep/Makedef.Linux64-gnu-ompi
index 2376c285a..93ede18ff 100644
--- a/sysdep/Makedef.Linux64-gnu-ompi
+++ b/sysdep/Makedef.Linux64-gnu-ompi
@@ -12,7 +12,7 @@ SFC = gfortran
MODDIROPT = -J
FFLAGS_CORE = -cpp -m64 \
- -std=f2003 -fall-intrinsics -pedantic-errors -fimplicit-none -fmodule-private \
+ -std=f2003 -fall-intrinsics -fallow-argument-mismatch -fimplicit-none -fmodule-private \
-fconvert=big-endian -frecord-marker=4 -ffree-form -ffree-line-length-none
FFLAGS_FAST = -O3 $(FFLAGS_CORE) \
diff --git a/sysdep/Makedef.Linux64-gnu-ompi-torque b/sysdep/Makedef.Linux64-gnu-ompi-torque
index 0a16b46bc..3777b5998 100644
--- a/sysdep/Makedef.Linux64-gnu-ompi-torque
+++ b/sysdep/Makedef.Linux64-gnu-ompi-torque
@@ -12,7 +12,7 @@ SFC = gfortran
MODDIROPT = -J
FFLAGS_CORE = -cpp -m64 \
- -std=f2003 -fall-intrinsics -pedantic-errors -fimplicit-none -fmodule-private \
+ -std=f2003 -fall-intrinsics -fallow-argument-mismatch -fimplicit-none -fmodule-private \
-fconvert=big-endian -frecord-marker=4 -ffree-form -ffree-line-length-none
FFLAGS_FAST = -O3 $(FFLAGS_CORE) \
diff --git a/sysdep/Makedef.LinuxARM-gnu-ompi b/sysdep/Makedef.LinuxARM-gnu-ompi
index 1fef7ca4c..73532170a 100644
--- a/sysdep/Makedef.LinuxARM-gnu-ompi
+++ b/sysdep/Makedef.LinuxARM-gnu-ompi
@@ -12,7 +12,7 @@ SFC = gfortran
MODDIROPT = -J
FFLAGS_CORE = -cpp \
- -std=f2003 -fall-intrinsics -pedantic-errors -fimplicit-none -fmodule-private \
+ -std=f2003 -fall-intrinsics -fallow-argument-mismatch -fimplicit-none -fmodule-private \
-fconvert=big-endian -frecord-marker=4 -ffree-form -ffree-line-length-none
FFLAGS_FAST = -O3 $(FFLAGS_CORE) \
diff --git a/sysdep/Makedef.MacOSX-gnu-ompi b/sysdep/Makedef.MacOSX-gnu-ompi
index ce12b1bad..17b53310b 100644
--- a/sysdep/Makedef.MacOSX-gnu-ompi
+++ b/sysdep/Makedef.MacOSX-gnu-ompi
@@ -12,7 +12,7 @@ SFC = gfortran
MODDIROPT = -J
FFLAGS_CORE = -cpp -m64 \
- -std=f2003 -fall-intrinsics -pedantic-errors -fimplicit-none -fmodule-private \
+ -std=f2003 -fall-intrinsics -fallow-argument-mismatch -fimplicit-none -fmodule-private \
-fconvert=big-endian -frecord-marker=4 -ffree-form -ffree-line-length-none \
-ffpe-summary=none