forked from pool/coreboot-utils
c60deb6c18
- Update to 4.8.1 * Full changelog: https://www.coreboot.org/releases/coreboot-4.8.1-relnotes.txt - Rebase patches: * no-pie.patch OBS-URL: https://build.opensuse.org/request/show/610059 OBS-URL: https://build.opensuse.org/package/show/hardware/coreboot-utils?expand=0&rev=31
16 lines
625 B
Diff
16 lines
625 B
Diff
diff --git a/util/msrtool/Makefile.in b/util/msrtool/Makefile.in
|
|
index a79cb4f..998bfe4 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_core1.o intel_core2_early.o intel_core2_later.o intel_nehalem.o intel_atom.o
|
|
SYSTEMS = linux.o darwin.o freebsd.o
|