View | Details | Raw Unified | Return to bug 231741
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 15-21 Link Here
15
15
16
BROKEN_armv6=		fails to compile: build.xml: compilation failed
16
BROKEN_armv6=		fails to compile: build.xml: compilation failed
17
BROKEN_armv7=		fails to compile: build.xml: compilation failed
17
BROKEN_armv7=		fails to compile: build.xml: compilation failed
18
BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wno-unknown-warning-option"
19
18
20
USES=		autoreconf:build gmake libtool
19
USES=		autoreconf:build gmake libtool
21
USE_ANT=	yes
20
USE_ANT=	yes
Lines 36-42 Link Here
36
35
37
OPTIONS_DEFINE=	DOCS
36
OPTIONS_DEFINE=	DOCS
38
37
39
ANT_ARCH=	${ARCH:S/amd64/x86-64/:S/i386/x86/}
38
ANT_ARCH=	${ARCH:S/amd64/x86-64/:S/i386/x86/:S/powerpc64/ppc64/}
40
39
41
post-patch:
40
post-patch:
42
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
41
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
(-)files/patch-native_Makefile (+13 lines)
Lines 18-20 Link Here
18
 LDFLAGS=-o $@ -shared
18
 LDFLAGS=-o $@ -shared
19
 CDEFINES+=-DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING
19
 CDEFINES+=-DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING
20
 endif
20
 endif
21
@@ -338,10 +338,10 @@ endif
22
 ifeq ($(CC),gcc)
23
     GCC_MAJOR_VERSION = $(shell gcc -dumpversion | cut -f 1 -d '.')
24
     ifneq ($(GCC_MAJOR_VERSION),4)
25
-	LOC_CC_OPTS=-Wno-unknown-warning-option -Werror -Wno-clobbered -Wno-unused-variable
26
+	LOC_CC_OPTS=-Werror -Wno-unused-variable
27
     endif
28
 else
29
-    LOC_CC_OPTS=-Wno-unknown-warning-option -Werror -Wno-clobbered -Wno-unused-variable
30
+    LOC_CC_OPTS=-Werror -Wno-unused-variable
31
 endif
32
 
33
 # Enable 64-bit builds if the arch demands it

Return to bug 231741