* grub-core/lib/setjmp.S [__ia64__]: Include ./ia64/longjmp.S.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-23 23:34:30 +02:00
parent 124df5f6ca
commit 3471ecdfd9
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-10-23 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/setjmp.S [__ia64__]: Include ./ia64/longjmp.S.
2011-10-23 Vladimir Serbinenko <phcoder@gmail.com>
Fine grainely disable warnings on lexer. Remove Wno-error on it.

View File

@ -10,6 +10,7 @@
#include "./powerpc/setjmp.S"
#elif defined(__ia64__)
#include "./ia64/setjmp.S"
#include "./ia64/longjmp.S"
#else
#error "Unknown target cpu type"
#endif