Blame SOURCES/OPT_LDFLAGS.patch

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