aboutsummaryrefslogtreecommitdiffstats
path: root/main/db1-ast
diff options
context:
space:
mode:
Diffstat (limited to 'main/db1-ast')
-rw-r--r--main/db1-ast/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/db1-ast/Makefile b/main/db1-ast/Makefile
index 59ad0e25e..15d7f6a4f 100644
--- a/main/db1-ast/Makefile
+++ b/main/db1-ast/Makefile
@@ -7,11 +7,6 @@ SOVER=2.1
else
SOVER=2
endif
-#Added support for UltraSparc - Belgarath
-ifeq ($(ARCH),sparc64)
-PROC=ultrasparc
-ASTCFLAGS += -mtune=$(PROC) -pipe -fomit-frame-pointer -mcpu=v8
-endif
ifeq ($(OSARCH),Darwin)
OSARCH_DEFINE+=-D__Darwin__