Jan Engelhardt
747bca8000
* https://coreboot.org/releases/coreboot-24.08-relnotes.txt - Update to version 24.05 * https://coreboot.org/releases/coreboot-24.05-relnotes.txt - Update to version 24.02.01 * https://coreboot.org/releases/coreboot-24.02.01-relnotes.txt OBS-URL: https://build.opensuse.org/package/show/hardware/coreboot-utils?expand=0&rev=43
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
|