From 9f99b75fde024800a853fd0e026d5a7692bc7194 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 8 Mar 2009 15:44:21 +0000 Subject: Force AmigaOS GCC version to 4 svn path=/trunk/netsurf/; revision=6732 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3de7426f9..87cf5f37a 100644 --- a/Makefile +++ b/Makefile @@ -717,6 +717,10 @@ post-exe: $(POSTEXES) DEPFILES := # Now some macros which build the make system +ifeq ($(HOST),amiga) +GCCVER := 4 +endif + # 1 = Source file # 2 = dep filename, no prefix # 3 = obj filename, no prefix -- cgit v1.2.3