Added ia64 to the makefile

This commit is contained in:
Joshua Scoggins 2012-11-30 20:46:17 -08:00
parent 16e11b2ae4
commit fb179f0f16
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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