|
Lines 1-5
Link Here
|
| 1 |
--- gnuefi/Makefile.orig 2014-08-08 21:33:08.000000000 +0200 |
1 |
--- gnuefi/Makefile.orig 2015-08-17 20:06:47 UTC |
| 2 |
+++ gnuefi/Makefile 2014-12-01 02:08:56.000000000 +0100 |
2 |
+++ gnuefi/Makefile |
| 3 |
@@ -47,6 +47,8 @@ FILES = reloc_$(ARCH) |
3 |
@@ -47,6 +47,8 @@ FILES = reloc_$(ARCH) |
| 4 |
|
4 |
|
| 5 |
OBJS = $(FILES:%=%.o) |
5 |
OBJS = $(FILES:%=%.o) |
|
Lines 8-10
Link Here
|
| 8 |
+ |
8 |
+ |
| 9 |
# on aarch64, avoid jump tables before all relocations have been processed |
9 |
# on aarch64, avoid jump tables before all relocations have been processed |
| 10 |
reloc_aarch64.o: CFLAGS += -fno-jump-tables |
10 |
reloc_aarch64.o: CFLAGS += -fno-jump-tables |
|
|
11 |
|