Makefile fix for mips architecture (#4995):

Fixes the \n in the $ARCH variable for IRIX/mips

Patch by Patrick Baggett
This commit is contained in:
Thilo Schulz 2011-06-06 15:03:27 +00:00
parent bd2b704c91
commit 960dca2cd4
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ else # ifeq netbsd
ifeq ($(PLATFORM),irix64)
ARCH=mips #default to MIPS
ARCH=mips
CC = c99
MKDIR = mkdir -p