[project @ 2002-06-09 13:44:30 by matthewc]
authormatthewc <unknown>
Sun, 9 Jun 2002 13:44:30 +0000 (13:44 +0000)
committermatthewc <unknown>
Sun, 9 Jun 2002 13:44:30 +0000 (13:44 +0000)
Don't SplitObjs on IA64 (not supported yet).

mk/config.mk.in

index e55e97d..9fdc2a2 100644 (file)
@@ -292,6 +292,9 @@ endif
 ifeq "$(GhcUnregisterised)" "YES"
 SplitObjs=NO
 endif
+ifeq "$(TARGETPLATFORM)" "ia64-unknown-linux"
+SplitObjs=NO
+endif
 
 # ----------------------------------------------------------------------------
 # Options for GHC's RTS