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