commit bash-20061012 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 08:59:28 -05:00
parent 8907fb0691
commit bcca1a55c0
23 changed files with 29080 additions and 182 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ freebsd2* | netbsd*)
# FreeBSD-3.x ELF
freebsd[3-9]*|freebsdelf[3-9]*|freebsdaout[3-9]*|dragonfly*)
SHOBJ_CFLAGS=-fpic
SHOBJ_CFLAGS=-fPIC
SHOBJ_LD='${CC}'
if [ -x /usr/bin/objformat ] && [ "`/usr/bin/objformat`" = "elf" ]; then