]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Add ia64 setjmp implementation to the list
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 1 Sep 2010 01:03:15 +0000 (03:03 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 1 Sep 2010 01:03:15 +0000 (03:03 +0200)
grub-core/lib/setjmp.S

index c39c91b9c30db73f24e2d1de94adc2d88964ea5c..b04fd7439b58bbb9a38ffbbe9ecd64e8ab9d2600 100644 (file)
@@ -8,6 +8,8 @@
 #include "./mips/setjmp.S"
 #elif defined(__powerpc__)
 #include "./powerpc/setjmp.S"
+#elif defined(__ia64__)
+#include "./ia64/setjmp.S"
 #else
-#error "Unknwon target cpu type"
+#error "Unknown target cpu type"
 #endif