]> git.pld-linux.org Git - packages/acpica.git/blame - acpica-OPT_LDFLAGS.patch
- noted download URL
[packages/acpica.git] / acpica-OPT_LDFLAGS.patch
CommitLineData
b643ab7e
JB
1Index: acpica-unix2-20220331/generate/unix/Makefile.config
2===================================================================
3--- acpica-unix2-20220331.orig/generate/unix/Makefile.config
4+++ acpica-unix2-20220331/generate/unix/Makefile.config
5@@ -23,6 +23,9 @@
6 # OPT_CFLAGS can be overridden on the make command line by
7 # adding OPT_CFLAGS="..." to the invocation.
8 #
9+# OPT_LDFLAGS can be overridden on the make command line by
10+# adding OPT_LDFLAGS="..." to the invocation.
11+#
12 # Notes:
13 # gcc should be version 4 or greater, otherwise some of the options
14 # used will not be recognized.
15@@ -164,6 +167,11 @@ LDFLAGS +=-m32
16 endif
17
18 #
19+# Common linker flags
20+#
21+OPT_LDFLAGS ?=
22+
23+#
24 # Optionally disable optimizations. Optimization causes problems on
25 # some compilers such as gcc 4.4
26 #
This page took 0.119424 seconds and 4 git commands to generate.