9352892afe
- Update to 4.9 * Full changelog: https://coreboot.org/releases/coreboot-4.9-relnotes.txt - Rebase patches: * no-pie.patch - Update coreboot-utils.keyring Old key 0x19796C2B3E4F7DF7 got superseeded by 0x269C04E1 OBS-URL: https://build.opensuse.org/request/show/660563 OBS-URL: https://build.opensuse.org/package/show/hardware/coreboot-utils?expand=0&rev=33
16 lines
643 B
Diff
16 lines
643 B
Diff
diff --git a/util/msrtool/Makefile.in b/util/msrtool/Makefile.in
|
|
index f50adc2..15552bb 100644
|
|
--- a/util/msrtool/Makefile.in
|
|
+++ b/util/msrtool/Makefile.in
|
|
@@ -19,8 +19,8 @@ PROGRAM = msrtool
|
|
CC = @CC@
|
|
INSTALL = @INSTALL@
|
|
PREFIX = @PREFIX@
|
|
-CFLAGS = @CFLAGS@
|
|
-LDFLAGS = @LDFLAGS@
|
|
+CFLAGS = @CFLAGS@ -fPIC -fno-PIE
|
|
+LDFLAGS = @LDFLAGS@ -fPIC -no-pie
|
|
|
|
TARGETS = geodegx2.o geodelx.o cs5536.o k8.o via_c7.o intel_pentium3_early.o intel_pentium3.o intel_pentium4_early.o intel_pentium4_later.o intel_pentium_d.o intel_core1.o intel_core2_early.o intel_core2_later.o intel_nehalem.o intel_atom.o
|
|
SYSTEMS = linux.o darwin.o freebsd.o
|