Treat all ia32 archs the same in the QW makefiles to match UQ

This commit is contained in:
Joseph Carter 1999-12-29 05:14:40 +00:00
parent 4a5ba0bcb1
commit 6eb0af1efd
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ VERSION=2.40
ifneq (,$(findstring alpha,$(shell uname -m)))
ARCH=axp
else
ARCH=$(shell uname -m)
ARCH=$(shell uname -m | sed s/i.86/i386/)
endif
PROJECT_DIR=..

View file

@ -7,7 +7,7 @@ VERSION=2.40
ifneq (,$(findstring alpha,$(shell uname -m)))
ARCH=axp
else
ARCH=$(shell uname -m)
ARCH=$(shell uname -m | sed s/i.86/i386/)
endif
PROJECT_DIR=..