* grub-core/lib/setjmp.S [__ia64__]: Include ./ia64/longjmp.S.
This commit is contained in:
parent
124df5f6ca
commit
3471ecdfd9
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
2011-10-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Fine grainely disable warnings on lexer. Remove Wno-error on it.
|
Fine grainely disable warnings on lexer. Remove Wno-error on it.
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
#include "./powerpc/setjmp.S"
|
#include "./powerpc/setjmp.S"
|
||||||
#elif defined(__ia64__)
|
#elif defined(__ia64__)
|
||||||
#include "./ia64/setjmp.S"
|
#include "./ia64/setjmp.S"
|
||||||
|
#include "./ia64/longjmp.S"
|
||||||
#else
|
#else
|
||||||
#error "Unknown target cpu type"
|
#error "Unknown target cpu type"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue