* grub-core/Makefile.core.def (setjmp): Distribute
lib/arm64/setjmp.S.
This commit is contained in:
parent
44d4884779
commit
0c0eab527f
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-12-03 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* grub-core/Makefile.core.def (setjmp): Distribute
|
||||
lib/arm64/setjmp.S.
|
||||
|
||||
2013-12-03 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
Add a new timeout_style environment variable and a corresponding
|
||||
|
|
|
@ -1571,6 +1571,7 @@ module = {
|
|||
extra_dist = lib/ia64/setjmp.S;
|
||||
extra_dist = lib/ia64/longjmp.S;
|
||||
extra_dist = lib/arm/setjmp.S;
|
||||
extra_dist = lib/arm64/setjmp.S;
|
||||
};
|
||||
|
||||
module = {
|
||||
|
|
Loading…
Reference in a new issue