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