From 69d038a1e3d4aea4300bd1d6bc103bdf00f197ba Mon Sep 17 00:00:00 2001 From: thilo Date: Fri, 28 Mar 2008 16:16:38 +0000 Subject: http://bugzilla.icculus.org/show_bug.cgi?id=3579 Patch to make Solaris work again by Vincent Cojot. git-svn-id: svn://svn.icculus.org/quake3/trunk@1288 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0240703..6a76117 100644 --- a/Makefile +++ b/Makefile @@ -656,10 +656,10 @@ ifeq ($(PLATFORM),sunos) OPTIMIZE = -O3 -ffast-math -funroll-loops ifeq ($(ARCH),sparc) - OPTIMIZE = -O3 -ffast-math -falign-loops=2 \ - -falign-jumps=2 -falign-functions=2 -fstrength-reduce \ - -mtune=ultrasparc -mv8plus -mno-faster-structs \ - -funroll-loops + OPTIMIZE = -O3 -ffast-math \ + -fstrength-reduce -falign-functions=2 \ + -mtune=ultrasparc3 -mv8plus -mno-faster-structs \ + -funroll-loops #-mv8plus else ifeq ($(ARCH),i386) OPTIMIZE = -O3 -march=i586 -fomit-frame-pointer -ffast-math \ -- cgit v1.2.3