diff options
author | Eric Christopher <echristo@apple.com> | 2011-10-26 00:42:12 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-10-26 00:42:12 +0000 |
commit | 360fa9a29d65b6c9b69fb2ba9712d69098cfca13 (patch) | |
tree | e903da76b38eae98df806c2b4d091278e1d81a34 /projects/sample/autoconf/ltmain.sh | |
parent | 5289142cc84c0e2df25d455c1d741bdd0e8b9b1e (diff) |
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 'projects/sample/autoconf/ltmain.sh')
-rw-r--r-- | projects/sample/autoconf/ltmain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/sample/autoconf/ltmain.sh b/projects/sample/autoconf/ltmain.sh index 06823e057a..2455278a4d 100644 --- a/projects/sample/autoconf/ltmain.sh +++ b/projects/sample/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";; |