summaryrefslogtreecommitdiff
path: root/autoconf/ltmain.sh
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-10-26 00:42:12 +0000
committerEric Christopher <echristo@apple.com>2011-10-26 00:42:12 +0000
commit360fa9a29d65b6c9b69fb2ba9712d69098cfca13 (patch)
treee903da76b38eae98df806c2b4d091278e1d81a34 /autoconf/ltmain.sh
parent5289142cc84c0e2df25d455c1d741bdd0e8b9b1e (diff)
downloadllvm-360fa9a29d65b6c9b69fb2ba9712d69098cfca13.tar.gz
llvm-360fa9a29d65b6c9b69fb2ba9712d69098cfca13.tar.bz2
llvm-360fa9a29d65b6c9b69fb2ba9712d69098cfca13.tar.xz
Handle newer cases for freebsd which is approaching 10.0 and not 1.0.
Patch by Dimitry Andric! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/ltmain.sh')
-rw-r--r--autoconf/ltmain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/ltmain.sh b/autoconf/ltmain.sh
index 06823e057a..2455278a4d 100644
--- a/autoconf/ltmain.sh
+++ b/autoconf/ltmain.sh
@@ -4668,7 +4668,7 @@ static const void *lt_preloaded_setup() {
# linked before any other PIC object. But we must not use
# pic_flag when linking with -static. The problem exists in
# FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
- *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
+ *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
case "$compile_command " in
*" -static "*) ;;
*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";;