summaryrefslogtreecommitdiff
path: root/cflags
diff options
context:
space:
mode:
Diffstat (limited to 'cflags')
-rwxr-xr-xcflags43
1 files changed, 1 insertions, 42 deletions
diff --git a/cflags b/cflags
index 672dfc6d3c..a2cbc620db 100755
--- a/cflags
+++ b/cflags
@@ -38,48 +38,7 @@ for file do
: or customize here
case "$file" in
- array) ;;
- cmd) ;;
- cons) ;;
- consarg) ;;
- doarg) ;;
- doio) ;;
- dolist) ;;
- dump) ;;
- eval) ;;
- form) ;;
- hash) ;;
- malloc) ;;
- perl) ;;
- perly) ;;
- regcomp) ;;
- regexec) ;;
- stab) ;;
- str) ;;
- toke) ;;
- usersub) ;;
- util) ;;
- tarray) ;;
- tcmd) ;;
- tcons) ;;
- tconsarg) ;;
- tdoarg) ;;
- tdoio) ;;
- tdolist) ;;
- tdump) ;;
- teval) ;;
- tform) ;;
- thash) ;;
- tmalloc) ;;
- tperl) ;;
- tperly) ;;
- tregcomp) ;;
- tregexec) ;;
- tstab) ;;
- tstr) ;;
- ttoke) ;;
- tusersub) ;;
- tutil) ;;
+ SDBM*) ccflags="$ccflags -pic";;
*) ;;
esac