|
Lines 1-6
Link Here
|
| 1 |
--- Makefile.common.orig 2015-07-08 03:34:34 UTC |
1 |
--- Makefile.common.orig 2016-06-03 04:50:55 UTC |
| 2 |
+++ Makefile.common |
2 |
+++ Makefile.common |
| 3 |
@@ -258,7 +258,6 @@ ifndef LTO |
3 |
@@ -252,7 +252,6 @@ ifndef LTO |
| 4 |
endif |
4 |
endif |
| 5 |
endif |
5 |
endif |
| 6 |
|
6 |
|
|
Lines 8-20
Link Here
|
| 8 |
COMPILERFLAGS= |
8 |
COMPILERFLAGS= |
| 9 |
|
9 |
|
| 10 |
ifeq ($(PACKAGE_REPOSITORY),0) |
10 |
ifeq ($(PACKAGE_REPOSITORY),0) |
| 11 |
@@ -278,8 +277,8 @@ ifneq ($(RELEASE)$(DEBUGANYWAY),10) |
11 |
@@ -273,7 +272,7 @@ ifneq ($(RELEASE)$(DEBUGANYWAY),10) |
| 12 |
OPTIMIZATIONS += $(DEBUGFLAG) |
|
|
| 13 |
endif |
12 |
endif |
| 14 |
|
13 |
|
| 15 |
CONLYFLAGS=-std=gnu99 -Wimplicit -Werror-implicit-function-declaration |
14 |
CONLYFLAGS=-std=gnu99 -Wimplicit -Werror-implicit-function-declaration |
| 16 |
-CPPONLYFLAGS= -fno-exceptions -fno-rtti -Wno-write-strings |
15 |
-CXXONLYFLAGS= -fno-exceptions -fno-rtti |
| 17 |
+CPPONLYFLAGS= -fno-exceptions -fno-rtti -fpermissive -Wno-write-strings |
16 |
+CXXONLYFLAGS= -fno-exceptions -fno-rtti -fpermissive |
| 18 |
ASFORMAT=elf$(SYSBITS) |
17 |
ASFORMAT=elf$(BITS) |
| 19 |
ASFLAGS=-s -f $(ASFORMAT) #-g |
18 |
ASFLAGS=-s -f $(ASFORMAT) #-g |
| 20 |
LINKERFLAGS= |
19 |
LINKERFLAGS= |