diff options
author | Sebastian Pop <spop@codeaurora.org> | 2012-01-05 18:28:46 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2012-01-05 18:28:46 +0000 |
commit | 6e9b5eb51bb623995c90295d265a7682277653a1 (patch) | |
tree | c333ba442ddedfb74ac79b9a5f8541e2d0f3fafb /projects/sample/configure | |
parent | 0fcccd4d45b593bc11e56ff5be36a04836749376 (diff) | |
download | external_llvm-6e9b5eb51bb623995c90295d265a7682277653a1.zip external_llvm-6e9b5eb51bb623995c90295d265a7682277653a1.tar.gz external_llvm-6e9b5eb51bb623995c90295d265a7682277653a1.tar.bz2 |
revert r147542 after comments from Joerg Sonnenberger
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample/configure')
-rwxr-xr-x | projects/sample/configure | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/projects/sample/configure b/projects/sample/configure index f64383b..860faa2 100755 --- a/projects/sample/configure +++ b/projects/sample/configure @@ -8854,7 +8854,7 @@ dgux*) shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1.*) +freebsd1*) dynamic_linker=no ;; @@ -8877,7 +8877,7 @@ freebsd* | dragonfly*) objformat=`/usr/bin/objformat` else case $host_os in - freebsd[123].*) objformat=aout ;; + freebsd[123]*) objformat=aout ;; *) objformat=elf ;; esac fi @@ -8895,7 +8895,7 @@ freebsd* | dragonfly*) esac shlibpath_var=LD_LIBRARY_PATH case $host_os in - freebsd2.*) + freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) @@ -10409,7 +10409,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 10412 "configure" +#line 10423 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -20819,11 +20819,6 @@ _ACEOF cat >>confdefs.h <<_ACEOF -#define LLVM_HOST_TRIPLE "$host" -_ACEOF - - -cat >>confdefs.h <<_ACEOF #define LLVM_DEFAULT_TARGET_TRIPLE "$target" _ACEOF |