summarylogtreecommitdiffstats
path: root/fpic.patch
blob: 58202e080daeca127d26c7b37a7975aa12553501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/config/x86_64/make_defs.mk b/config/x86_64/make_defs.mk
index 2db7a8b8..30f41a62 100644
--- a/config/x86_64/make_defs.mk
+++ b/config/x86_64/make_defs.mk
@@ -52,7 +52,7 @@ endif
 # may specify additional flags here as needed.
 CPPROCFLAGS    :=
 CMISCFLAGS     :=
-CPICFLAGS      :=
+CPICFLAGS      := -fPIC
 CWARNFLAGS     :=
 
 ifneq ($(DEBUG_TYPE),off)