File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
- diff --git "a/config/mips/mips.h" "b/config/mips/mips.h"
2
- index 35a56b8..966f694 100644
3
- --- "a/config/mips/mips.h"
4
- +++ "b/config/mips/mips.h"
5
- @@ -519,10 +519,6 @@ while (0)
1
+ --- config/mips/mips.h 1993-11-15 06:54:12.000000000 +0000
2
+ +++ config/mips/mips-patched.h 2023-11-22 09:50:03.011252767 +0000
3
+ @@ -519,10 +519,6 @@
6
4
#error "Define CPP_SPEC in the appropriate tm.h file"
7
5
#endif
8
6
@@ -13,3 +11,15 @@ index 35a56b8..966f694 100644
13
11
#ifndef LIB_SPEC
14
12
#error "Define LIB_SPEC in the appropriate tm.h file"
15
13
#endif
14
+ @@ -556,10 +552,7 @@
15
+ #define ASM_SPEC "\
16
+ %{!mgas: \
17
+ %{!mrnames: %{!.s:-nocpp} %{.s: %{cpp} %{nocpp}}} \
18
+ - %{pipe: %e-pipe is not supported.} \
19
+ - %{EB} %{!EB:-EB} \
20
+ - %{EL: %e-EL not supported} \
21
+ - %{mips1} %{mips2} %{mips3} \
22
+ + %{EB} %{EL} %{mips1} %{mips2} %{mips3} \
23
+ %{noasmopt:-O0} \
24
+ %{!noasmopt:%{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3}} \
25
+ %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K} \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ diff --color -ruN -p1 gcc-2.6.3/config/mips/psx.h gcc-2.6.3-psx/config/mips/psx.
25
25
+
26
26
+ /* Definitions by GIL for PSX */
27
27
+
28
- + /* #define TARGET_DEFAULT (MASK_GAS+MASK_SOFT_FLOAT+MASK_GPOPT)*/
28
+ + #define TARGET_DEFAULT (MASK_GAS+MASK_SOFT_FLOAT)
29
29
+
30
30
+ #define CPP_PREDEFINES "-Dmips -DMIPSEL"
31
31
+
You can’t perform that action at this time.
0 commit comments