Remove -fPIC which was only needed for Git.xs

The distinction between BASIC_ vs ALL_ is still kept, since it
is not Git.xs specific -- we could face the same issue when we
do other language bindings (e.g. Python).

Signed-off-by: Junio C Hamano <junkio@cox.net>
4 files changed
tree: fd31822f80f8929d0bdd75e6e376c3cb9199dc05
  1. arm/
  2. compat/
  3. contrib/
  4. Documentation/
  5. gitweb/
  6. mozilla-sha1/
  7. perl/
  8. ppc/
  9. t/
  10. templates/
  11. xdiff/
  12. .gitignore
  13. alloc.c
  14. base85.c
  15. blame.c
  16. blob.c
  17. blob.h
  18. builtin-add.c
  19. builtin-apply.c
  20. builtin-cat-file.c
  21. builtin-check-ref-format.c
  22. builtin-checkout-index.c
  23. builtin-commit-tree.c
  24. builtin-count-objects.c
  25. builtin-diff-files.c
  26. builtin-diff-index.c
  27. builtin-diff-stages.c
  28. builtin-diff-tree.c
  29. builtin-diff.c
  30. builtin-fmt-merge-msg.c
  31. builtin-grep.c
  32. builtin-init-db.c
  33. builtin-log.c
  34. builtin-ls-files.c
  35. builtin-ls-tree.c
  36. builtin-mailinfo.c
  37. builtin-mailsplit.c
  38. builtin-mv.c
  39. builtin-name-rev.c
  40. builtin-pack-objects.c
  41. builtin-prune-packed.c
  42. builtin-prune.c
  43. builtin-push.c
  44. builtin-read-tree.c
  45. builtin-repo-config.c
  46. builtin-rev-list.c
  47. builtin-rev-parse.c
  48. builtin-rm.c
  49. builtin-show-branch.c
  50. builtin-stripspace.c
  51. builtin-symbolic-ref.c
  52. builtin-tar-tree.c
  53. builtin-unpack-objects.c
  54. builtin-update-index.c
  55. builtin-update-ref.c
  56. builtin-upload-tar.c
  57. builtin-verify-pack.c
  58. builtin-write-tree.c
  59. builtin.h
  60. cache-tree.c
  61. cache-tree.h
  62. cache.h
  63. combine-diff.c
  64. commit.c
  65. commit.h
  66. config.c
  67. config.mak.in
  68. configure.ac
  69. connect.c
  70. convert-objects.c
  71. copy.c
  72. COPYING
  73. csum-file.c
  74. csum-file.h
  75. ctype.c
  76. daemon.c
  77. date.c
  78. delta.h
  79. describe.c
  80. diff-delta.c
  81. diff-lib.c
  82. diff.c
  83. diff.h
  84. diffcore-break.c
  85. diffcore-delta.c
  86. diffcore-order.c
  87. diffcore-pickaxe.c
  88. diffcore-rename.c
  89. diffcore.h
  90. dir.c
  91. dir.h
  92. dump-cache-tree.c
  93. entry.c
  94. environment.c
  95. exec_cmd.c
  96. exec_cmd.h
  97. fetch-clone.c
  98. fetch-pack.c
  99. fetch.c
  100. fetch.h
  101. fsck-objects.c
  102. generate-cmdlist.sh
  103. git-am.sh
  104. git-annotate.perl
  105. git-applymbox.sh
  106. git-applypatch.sh
  107. git-archimport.perl
  108. git-bisect.sh
  109. git-branch.sh
  110. git-checkout.sh
  111. git-cherry.sh
  112. git-clean.sh
  113. git-clone.sh
  114. git-commit.sh
  115. git-compat-util.h
  116. git-cvsexportcommit.perl
  117. git-cvsimport.perl
  118. git-cvsserver.perl
  119. git-fetch.sh
  120. git-instaweb.sh
  121. git-lost-found.sh
  122. git-ls-remote.sh
  123. git-merge-octopus.sh
  124. git-merge-one-file.sh
  125. git-merge-ours.sh
  126. git-merge-recursive.py
  127. git-merge-resolve.sh
  128. git-merge-stupid.sh
  129. git-merge.sh
  130. git-p4import.py
  131. git-parse-remote.sh
  132. git-pull.sh
  133. git-quiltimport.sh
  134. git-rebase.sh
  135. git-relink.perl
  136. git-repack.sh
  137. git-request-pull.sh
  138. git-rerere.perl
  139. git-reset.sh
  140. git-resolve.sh
  141. git-revert.sh
  142. git-send-email.perl
  143. git-sh-setup.sh
  144. git-shortlog.perl
  145. git-svn.perl
  146. git-svnimport.perl
  147. git-tag.sh
  148. git-verify-tag.sh
  149. GIT-VERSION-GEN
  150. git.c
  151. git.spec.in
  152. gitk
  153. gitMergeCommon.py
  154. hash-object.c
  155. help.c
  156. http-fetch.c
  157. http-push.c
  158. http.c
  159. http.h
  160. ident.c
  161. imap-send.c
  162. index-pack.c
  163. INSTALL
  164. local-fetch.c
  165. lockfile.c
  166. log-tree.c
  167. log-tree.h
  168. Makefile
  169. merge-base.c
  170. merge-file.c
  171. merge-index.c
  172. merge-tree.c
  173. mktag.c
  174. mktree.c
  175. object-refs.c
  176. object.c
  177. object.h
  178. pack-check.c
  179. pack-redundant.c
  180. pack.h
  181. pager.c
  182. patch-delta.c
  183. patch-id.c
  184. path-list.c
  185. path-list.h
  186. path.c
  187. peek-remote.c
  188. pkt-line.c
  189. pkt-line.h
  190. quote.c
  191. quote.h
  192. read-cache.c
  193. README
  194. receive-pack.c
  195. refs.c
  196. refs.h
  197. revision.c
  198. revision.h
  199. rsh.c
  200. rsh.h
  201. run-command.c
  202. run-command.h
  203. send-pack.c
  204. server-info.c
  205. setup.c
  206. sha1_file.c
  207. sha1_name.c
  208. shell.c
  209. show-index.c
  210. ssh-fetch.c
  211. ssh-pull.c
  212. ssh-push.c
  213. ssh-upload.c
  214. strbuf.c
  215. strbuf.h
  216. tag.c
  217. tag.h
  218. tar.h
  219. test-date.c
  220. test-delta.c
  221. test-sha1.c
  222. test-sha1.sh
  223. tree-diff.c
  224. tree-walk.c
  225. tree-walk.h
  226. tree.c
  227. tree.h
  228. unpack-file.c
  229. unpack-trees.c
  230. unpack-trees.h
  231. update-server-info.c
  232. upload-pack.c
  233. usage.c
  234. var.c
  235. xdiff-interface.c
  236. xdiff-interface.h