summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 16:28:40 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 16:28:40 +0000
commit072f64f5ddd2304b548d55c7331d0744a5d12193 (patch)
tree271521996ed2ee89df8fce456f02a719aced8f64 /Makefile
parentf6951c0d51f6d55d9fc16042bf77b626abb3c505 (diff)
downloadnetsurf-072f64f5ddd2304b548d55c7331d0744a5d12193.tar.gz
netsurf-072f64f5ddd2304b548d55c7331d0744a5d12193.tar.bz2
Better AmigaOS GCC fix (thanks jmb)
svn path=/trunk/netsurf/; revision=6734
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 87cf5f37a..f8ca7e22d 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,6 @@ else
ifeq ($(TARGET),)
TARGET := amiga
endif
- GCCVER := 2
else
ifeq ($(HOST),Darwin)
HOST := macosx
@@ -717,10 +716,6 @@ 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