From fb179f0f16a329c59c566cb6a595a1413a13c887 Mon Sep 17 00:00:00 2001 From: Joshua Scoggins Date: Fri, 30 Nov 2012 20:46:17 -0800 Subject: [PATCH] Added ia64 to the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c4ae16..6dfccdd 100644 --- a/Makefile +++ b/Makefile @@ -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