Loading llvm/autoconf/configure.ac +3 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,9 @@ AC_CACHE_CHECK([type of operating system we're on], *-*-freebsd*) llvm_cv_os_type="FreeBSD" llvm_cv_platform_type="Unix" ;; *-*-hpux*) llvm_cv_os_type="HP-UX" llvm_cv_platform_type="Unix" ;; *-*-interix*) llvm_cv_os_type="Interix" llvm_cv_platform_type="Unix" ;; Loading Loading
llvm/autoconf/configure.ac +3 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,9 @@ AC_CACHE_CHECK([type of operating system we're on], *-*-freebsd*) llvm_cv_os_type="FreeBSD" llvm_cv_platform_type="Unix" ;; *-*-hpux*) llvm_cv_os_type="HP-UX" llvm_cv_platform_type="Unix" ;; *-*-interix*) llvm_cv_os_type="Interix" llvm_cv_platform_type="Unix" ;; Loading