Blame SOURCES/OPT_LDFLAGS.patch

214d7a
Index: acpica-unix2-20200925/generate/unix/Makefile.config
214d7a
===================================================================
214d7a
--- acpica-unix2-20200925.orig/generate/unix/Makefile.config
214d7a
+++ acpica-unix2-20200925/generate/unix/Makefile.config
214d7a
@@ -23,6 +23,9 @@
214d7a
 # OPT_CFLAGS can be overridden on the make command line by
214d7a
 #   adding OPT_CFLAGS="..." to the invocation.
214d7a
 #
214d7a
+# OPT_LDFLAGS can be overridden on the make command line by
214d7a
+#   adding OPT_LDFLAGS="..." to the invocation.
214d7a
+#
214d7a
 # Notes:
214d7a
 #   gcc should be version 4 or greater, otherwise some of the options
214d7a
 #     used will not be recognized.
214d7a
@@ -164,6 +167,11 @@ LDFLAGS +=-m32
214d7a
 endif
214d7a
 
214d7a
 #
214d7a
+# Common linker flags
214d7a
+#
214d7a
+OPT_LDFLAGS ?= 
214d7a
+
214d7a
+#
214d7a
 # Optionally disable optimizations. Optimization causes problems on
214d7a
 # some compilers such as gcc 4.4
214d7a
 #