Added ia64 to the Makefile under the arch check

This commit is contained in:
Joshua Scoggins 2012-11-30 20:22:38 -08:00
parent df4c4dd9dd
commit 24d8f2c0ff

View file

@ -99,7 +99,7 @@ endif
# Refuse all other platforms as a firewall against PEBKAC
# (You'll need some #ifdef for your unsupported plattform!)
ifeq ($(findstring $(ARCH), i386 x86_64 sparc64),)
ifeq ($(findstring $(ARCH), i386 x86_64 sparc64 ia64),)
$(error arch $(ARCH) is currently not supported)
endif