From dc06f85b5877ffab28cb37b7ac5b6eb3059bc644 Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 15 Jul 2015 15:27:27 +0000 Subject: [PATCH] Set ALLOW_WARNINGSS to 1 for m68k and avr compiler to allow successful fullinstall completion git-svn-id: trunk@31214 - --- compiler/Makefile | 2 ++ compiler/Makefile.fpc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/compiler/Makefile b/compiler/Makefile index dc3c3e0db4..0e15ca5441 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -441,6 +441,7 @@ CPUSUF=386 endif ifeq ($(CPC_TARGET),m68k) CPUSUF=68k +ALLOW_WARNINGS=1 endif ifeq ($(CPC_TARGET),powerpc) CPUSUF=ppc @@ -465,6 +466,7 @@ CPUSUF=mipsel endif ifeq ($(CPC_TARGET),avr) CPUSUF=avr +ALLOW_WARNINGS=1 endif ifeq ($(CPC_TARGET),jvm) CPUSUF=jvm diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc index eb5c156829..b9e7881088 100644 --- a/compiler/Makefile.fpc +++ b/compiler/Makefile.fpc @@ -171,6 +171,7 @@ CPUSUF=386 endif ifeq ($(CPC_TARGET),m68k) CPUSUF=68k +ALLOW_WARNINGS=1 endif ifeq ($(CPC_TARGET),powerpc) CPUSUF=ppc @@ -195,6 +196,7 @@ CPUSUF=mipsel endif ifeq ($(CPC_TARGET),avr) CPUSUF=avr +ALLOW_WARNINGS=1 endif ifeq ($(CPC_TARGET),jvm) CPUSUF=jvm