~ubuntu-branches/ubuntu/quantal/llvm-3.1/quantal

« back to all changes in this revision

Viewing changes to .pc/0043-svn-version.diff/configure

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-04-10 23:38:33 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120410233833-5ibwguerdnr58six
Tags: 3.1~svn154439-1
* New snapshot release
* Change the soname to match what Debian is expecting
* Clean up the dh_shlibdeps call

Show diffs side-by-side

added added

removed removed

Lines of Context:
3807
3807
    llvm_cv_target_os_type="Darwin" ;;
3808
3808
  *-*-minix*)
3809
3809
    llvm_cv_target_os_type="Minix" ;;
3810
 
  *-*-freebsd*)
 
3810
  *-*-freebsd*| *-*-kfreebsd-gnu)
3811
3811
    llvm_cv_target_os_type="FreeBSD" ;;
3812
3812
  *-*-openbsd*)
3813
3813
    llvm_cv_target_os_type="OpenBSD" ;;
3821
3821
    llvm_cv_target_os_type="Interix" ;;
3822
3822
  *-*-linux*)
3823
3823
    llvm_cv_target_os_type="Linux" ;;
 
3824
  *-*-gnu*)
 
3825
    llvm_cv_target_os_type="GNU" ;;
3824
3826
  *-*-solaris*)
3825
3827
    llvm_cv_target_os_type="SunOS" ;;
3826
3828
  *-*-auroraux*)
16376
16378
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16377
16379
 
16378
16380
    ac_save_CXXFLAGS=$CXXFLAGS
16379
 
    CXXFLAGS+=" -pedantic"
 
16381
    CXXFLAGS="$CXXFLAGS -pedantic"
16380
16382
    if test "$cross_compiling" = yes; then
16381
16383
  ac_cv_huge_val_sanity=yes
16382
16384
else