summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 15:44:21 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 15:44:21 +0000
commit9f99b75fde024800a853fd0e026d5a7692bc7194 (patch)
tree6a8ae6b39a1862cadfc30ff85348598818485ae5 /Makefile
parentcbae6a91dd2aa20f3faa3aa349942851e636eaed (diff)
downloadnetsurf-9f99b75fde024800a853fd0e026d5a7692bc7194.tar.gz
netsurf-9f99b75fde024800a853fd0e026d5a7692bc7194.tar.bz2
Force AmigaOS GCC version to 4
svn path=/trunk/netsurf/; revision=6732
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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