Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: Set USE_PIC on x86-64
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 2f66ab114365ea3ccb3e4c28a4c3dfc9ea794636..3c25fb38bfcffb484938ece36c0924a42e3e1698 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-341,6
+341,9
@@
endif
ifneq (,$(findstring arm,$(uname_M)))
ARM_SHA1 = YesPlease
endif
+ifeq ($(uname_M),x86_64)
+ USE_PIC = YesPlease
+endif
-include config.mak