(svn r3884) renamed TRIPPLE_BINARY to TRIPLE_BINARY

This commit is contained in:
bjarni
2006-03-15 14:11:17 +00:00
parent 3ebc41c9fe
commit 38569fe229
3 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ $(warning Compiling a release build, that is not a universal binary)
endif
endif
ifdef TRIPPLE_BINARY
ifdef TRIPLE_BINARY
ifdef DEBUG
$(error no G5 optimisation is made in debug builds, so tripple binaries aren't possible. Use UNIVERSAL_BINARY instead if you really want a universal debug build)
endif
@@ -74,7 +74,7 @@ ifdef UNIVERSAL_BINARY
TARGET_CPU_FLAGS:= -arch ppc -arch i386
LDFLAGS := $(LDFLAGS_UNIVERSAL) -arch ppc -arch i386
CFLAGS += $(CFLAGS_UNIVERSAL)
ifdef TRIPPLE_BINARY
ifdef TRIPLE_BINARY
LDFLAGS += -arch ppc970
endif
endif