Force AmigaOS GCC version to 4

svn path=/trunk/netsurf/; revision=6732
This commit is contained in:
Chris Young 2009-03-08 15:44:21 +00:00
parent cbae6a91dd
commit 9f99b75fde
1 changed files with 4 additions and 0 deletions

View File

@ -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