Support powerpc with GCC that defines __PPC__ but not __powerpc__.
* config.h.in (__powerpc__) [__PPC__ && !__powerpc__]: New definition. * grub-core/lib/setjmp.S: Treat __PPC__ as equivalent to __powerpc__.
This commit is contained in:
parent
34e4208ffe
commit
d43a777e45
3 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2012-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Support powerpc with GCC that defines __PPC__ but not __powerpc__.
|
||||
|
||||
* config.h.in (__powerpc__) [__PPC__ && !__powerpc__]: New definition.
|
||||
* grub-core/lib/setjmp.S: Treat __PPC__ as equivalent to __powerpc__.
|
||||
|
||||
2012-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/datetime.h (grub_get_datetime_cmos): Don't define in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue