Skip to content

Commit e5ee0d0

Browse files
pretty tiny change (looks like adding the HP-UX detection and line number
changes to me) - not committing autoconf/configure.ac (oops, already committed that!) - not committing include/llvm/Config/config.h.in (it remains unchanged) llvm-svn: 22085
1 parent 0ca648f commit e5ee0d0

File tree

1 file changed

+32
-29
lines changed

1 file changed

+32
-29
lines changed

llvm/configure

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1714,6 +1714,9 @@ else
17141714
*-*-freebsd*)
17151715
llvm_cv_os_type="FreeBSD"
17161716
llvm_cv_platform_type="Unix" ;;
1717+
*-*-hpux*)
1718+
llvm_cv_os_type="HP-UX"
1719+
llvm_cv_platform_type="Unix" ;;
17171720
*-*-interix*)
17181721
llvm_cv_os_type="Interix"
17191722
llvm_cv_platform_type="Unix" ;;
@@ -8232,7 +8235,7 @@ else
82328235
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
82338236
lt_status=$lt_dlunknown
82348237
cat > conftest.$ac_ext <<EOF
8235-
#line 8235 "configure"
8238+
#line 8238 "configure"
82368239
#include "confdefs.h"
82378240

82388241
#if HAVE_DLFCN_H
@@ -10223,7 +10226,7 @@ ia64-*-hpux*)
1022310226
;;
1022410227
*-*-irix6*)
1022510228
# Find out which ABI we are using.
10226-
echo '#line 10226 "configure"' > conftest.$ac_ext
10229+
echo '#line 10229 "configure"' > conftest.$ac_ext
1022710230
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1022810231
(eval $ac_compile) 2>&5
1022910232
ac_status=$?
@@ -10708,7 +10711,7 @@ fi
1070810711

1070910712

1071010713
# Provide some information about the compiler.
10711-
echo "$as_me:10711:" \
10714+
echo "$as_me:10714:" \
1071210715
"checking for Fortran 77 compiler version" >&5
1071310716
ac_compiler=`set X $ac_compile; echo $2`
1071410717
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
@@ -11765,11 +11768,11 @@ else
1176511768
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1176611769
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1176711770
-e 's:$: $lt_compiler_flag:'`
11768-
(eval echo "\"\$as_me:11768: $lt_compile\"" >&5)
11771+
(eval echo "\"\$as_me:11771: $lt_compile\"" >&5)
1176911772
(eval "$lt_compile" 2>conftest.err)
1177011773
ac_status=$?
1177111774
cat conftest.err >&5
11772-
echo "$as_me:11772: \$? = $ac_status" >&5
11775+
echo "$as_me:11775: \$? = $ac_status" >&5
1177311776
if (exit $ac_status) && test -s "$ac_outfile"; then
1177411777
# The compiler can only warn and ignore the option if not recognized
1177511778
# So say no if there are warnings
@@ -12008,11 +12011,11 @@ else
1200812011
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1200912012
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1201012013
-e 's:$: $lt_compiler_flag:'`
12011-
(eval echo "\"\$as_me:12011: $lt_compile\"" >&5)
12014+
(eval echo "\"\$as_me:12014: $lt_compile\"" >&5)
1201212015
(eval "$lt_compile" 2>conftest.err)
1201312016
ac_status=$?
1201412017
cat conftest.err >&5
12015-
echo "$as_me:12015: \$? = $ac_status" >&5
12018+
echo "$as_me:12018: \$? = $ac_status" >&5
1201612019
if (exit $ac_status) && test -s "$ac_outfile"; then
1201712020
# The compiler can only warn and ignore the option if not recognized
1201812021
# So say no if there are warnings
@@ -12068,11 +12071,11 @@ else
1206812071
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1206912072
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1207012073
-e 's:$: $lt_compiler_flag:'`
12071-
(eval echo "\"\$as_me:12071: $lt_compile\"" >&5)
12074+
(eval echo "\"\$as_me:12074: $lt_compile\"" >&5)
1207212075
(eval "$lt_compile" 2>out/conftest.err)
1207312076
ac_status=$?
1207412077
cat out/conftest.err >&5
12075-
echo "$as_me:12075: \$? = $ac_status" >&5
12078+
echo "$as_me:12078: \$? = $ac_status" >&5
1207612079
if (exit $ac_status) && test -s out/conftest2.$ac_objext
1207712080
then
1207812081
# The compiler can only warn and ignore the option if not recognized
@@ -14253,7 +14256,7 @@ else
1425314256
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1425414257
lt_status=$lt_dlunknown
1425514258
cat > conftest.$ac_ext <<EOF
14256-
#line 14256 "configure"
14259+
#line 14259 "configure"
1425714260
#include "confdefs.h"
1425814261

1425914262
#if HAVE_DLFCN_H
@@ -14351,7 +14354,7 @@ else
1435114354
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1435214355
lt_status=$lt_dlunknown
1435314356
cat > conftest.$ac_ext <<EOF
14354-
#line 14354 "configure"
14357+
#line 14357 "configure"
1435514358
#include "confdefs.h"
1435614359

1435714360
#if HAVE_DLFCN_H
@@ -16544,11 +16547,11 @@ else
1654416547
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1654516548
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1654616549
-e 's:$: $lt_compiler_flag:'`
16547-
(eval echo "\"\$as_me:16547: $lt_compile\"" >&5)
16550+
(eval echo "\"\$as_me:16550: $lt_compile\"" >&5)
1654816551
(eval "$lt_compile" 2>conftest.err)
1654916552
ac_status=$?
1655016553
cat conftest.err >&5
16551-
echo "$as_me:16551: \$? = $ac_status" >&5
16554+
echo "$as_me:16554: \$? = $ac_status" >&5
1655216555
if (exit $ac_status) && test -s "$ac_outfile"; then
1655316556
# The compiler can only warn and ignore the option if not recognized
1655416557
# So say no if there are warnings
@@ -16604,11 +16607,11 @@ else
1660416607
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1660516608
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1660616609
-e 's:$: $lt_compiler_flag:'`
16607-
(eval echo "\"\$as_me:16607: $lt_compile\"" >&5)
16610+
(eval echo "\"\$as_me:16610: $lt_compile\"" >&5)
1660816611
(eval "$lt_compile" 2>out/conftest.err)
1660916612
ac_status=$?
1661016613
cat out/conftest.err >&5
16611-
echo "$as_me:16611: \$? = $ac_status" >&5
16614+
echo "$as_me:16614: \$? = $ac_status" >&5
1661216615
if (exit $ac_status) && test -s out/conftest2.$ac_objext
1661316616
then
1661416617
# The compiler can only warn and ignore the option if not recognized
@@ -17965,7 +17968,7 @@ else
1796517968
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1796617969
lt_status=$lt_dlunknown
1796717970
cat > conftest.$ac_ext <<EOF
17968-
#line 17968 "configure"
17971+
#line 17971 "configure"
1796917972
#include "confdefs.h"
1797017973

1797117974
#if HAVE_DLFCN_H
@@ -18063,7 +18066,7 @@ else
1806318066
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1806418067
lt_status=$lt_dlunknown
1806518068
cat > conftest.$ac_ext <<EOF
18066-
#line 18066 "configure"
18069+
#line 18069 "configure"
1806718070
#include "confdefs.h"
1806818071

1806918072
#if HAVE_DLFCN_H
@@ -18900,11 +18903,11 @@ else
1890018903
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1890118904
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1890218905
-e 's:$: $lt_compiler_flag:'`
18903-
(eval echo "\"\$as_me:18903: $lt_compile\"" >&5)
18906+
(eval echo "\"\$as_me:18906: $lt_compile\"" >&5)
1890418907
(eval "$lt_compile" 2>conftest.err)
1890518908
ac_status=$?
1890618909
cat conftest.err >&5
18907-
echo "$as_me:18907: \$? = $ac_status" >&5
18910+
echo "$as_me:18910: \$? = $ac_status" >&5
1890818911
if (exit $ac_status) && test -s "$ac_outfile"; then
1890918912
# The compiler can only warn and ignore the option if not recognized
1891018913
# So say no if there are warnings
@@ -18960,11 +18963,11 @@ else
1896018963
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1896118964
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1896218965
-e 's:$: $lt_compiler_flag:'`
18963-
(eval echo "\"\$as_me:18963: $lt_compile\"" >&5)
18966+
(eval echo "\"\$as_me:18966: $lt_compile\"" >&5)
1896418967
(eval "$lt_compile" 2>out/conftest.err)
1896518968
ac_status=$?
1896618969
cat out/conftest.err >&5
18967-
echo "$as_me:18967: \$? = $ac_status" >&5
18970+
echo "$as_me:18970: \$? = $ac_status" >&5
1896818971
if (exit $ac_status) && test -s out/conftest2.$ac_objext
1896918972
then
1897018973
# The compiler can only warn and ignore the option if not recognized
@@ -20999,11 +21002,11 @@ else
2099921002
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
2100021003
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
2100121004
-e 's:$: $lt_compiler_flag:'`
21002-
(eval echo "\"\$as_me:21002: $lt_compile\"" >&5)
21005+
(eval echo "\"\$as_me:21005: $lt_compile\"" >&5)
2100321006
(eval "$lt_compile" 2>conftest.err)
2100421007
ac_status=$?
2100521008
cat conftest.err >&5
21006-
echo "$as_me:21006: \$? = $ac_status" >&5
21009+
echo "$as_me:21009: \$? = $ac_status" >&5
2100721010
if (exit $ac_status) && test -s "$ac_outfile"; then
2100821011
# The compiler can only warn and ignore the option if not recognized
2100921012
# So say no if there are warnings
@@ -21242,11 +21245,11 @@ else
2124221245
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
2124321246
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
2124421247
-e 's:$: $lt_compiler_flag:'`
21245-
(eval echo "\"\$as_me:21245: $lt_compile\"" >&5)
21248+
(eval echo "\"\$as_me:21248: $lt_compile\"" >&5)
2124621249
(eval "$lt_compile" 2>conftest.err)
2124721250
ac_status=$?
2124821251
cat conftest.err >&5
21249-
echo "$as_me:21249: \$? = $ac_status" >&5
21252+
echo "$as_me:21252: \$? = $ac_status" >&5
2125021253
if (exit $ac_status) && test -s "$ac_outfile"; then
2125121254
# The compiler can only warn and ignore the option if not recognized
2125221255
# So say no if there are warnings
@@ -21302,11 +21305,11 @@ else
2130221305
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
2130321306
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
2130421307
-e 's:$: $lt_compiler_flag:'`
21305-
(eval echo "\"\$as_me:21305: $lt_compile\"" >&5)
21308+
(eval echo "\"\$as_me:21308: $lt_compile\"" >&5)
2130621309
(eval "$lt_compile" 2>out/conftest.err)
2130721310
ac_status=$?
2130821311
cat out/conftest.err >&5
21309-
echo "$as_me:21309: \$? = $ac_status" >&5
21312+
echo "$as_me:21312: \$? = $ac_status" >&5
2131021313
if (exit $ac_status) && test -s out/conftest2.$ac_objext
2131121314
then
2131221315
# The compiler can only warn and ignore the option if not recognized
@@ -23487,7 +23490,7 @@ else
2348723490
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
2348823491
lt_status=$lt_dlunknown
2348923492
cat > conftest.$ac_ext <<EOF
23490-
#line 23490 "configure"
23493+
#line 23493 "configure"
2349123494
#include "confdefs.h"
2349223495

2349323496
#if HAVE_DLFCN_H
@@ -23585,7 +23588,7 @@ else
2358523588
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
2358623589
lt_status=$lt_dlunknown
2358723590
cat > conftest.$ac_ext <<EOF
23588-
#line 23588 "configure"
23591+
#line 23591 "configure"
2358923592
#include "confdefs.h"
2359023593

2359123594
#if HAVE_DLFCN_H

0 commit comments

Comments
 (0)