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