51a89ea
Index: acpica-unix2-20170728/generate/unix/Makefile.config
938de56
===================================================================
51a89ea
--- acpica-unix2-20170728.orig/generate/unix/Makefile.config
51a89ea
+++ acpica-unix2-20170728/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.
b523322
@@ -157,6 +160,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
 #