nutcracker 0.4.1.20 → 0.4.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/nutcracker/Makefile.in +8 -8
- data/ext/nutcracker/aclocal.m4 +22 -22
- data/ext/nutcracker/autom4te.cache/requests +220 -220
- data/ext/nutcracker/autom4te.cache/traces.0 +31 -31
- data/ext/nutcracker/autom4te.cache/traces.1 +1 -1
- data/ext/nutcracker/config/compile +5 -4
- data/ext/nutcracker/config/config.guess +120 -68
- data/ext/nutcracker/config/config.sub +51 -22
- data/ext/nutcracker/config/depcomp +3 -3
- data/ext/nutcracker/config/install-sh +2 -2
- data/ext/nutcracker/config/missing +3 -3
- data/ext/nutcracker/contrib/Makefile.in +2 -2
- data/ext/nutcracker/contrib/yaml-0.1.4/Makefile.in +12 -9
- data/ext/nutcracker/contrib/yaml-0.1.4/aclocal.m4 +22 -122
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.1 +2669 -1400
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.2 +14611 -0
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/requests +440 -221
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.0 +31 -31
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.1 +23 -41
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.2 +2721 -0
- data/ext/nutcracker/contrib/yaml-0.1.4/config.h.in +1 -2
- data/ext/nutcracker/contrib/yaml-0.1.4/config/compile +5 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.guess +120 -68
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.sub +51 -22
- data/ext/nutcracker/contrib/yaml-0.1.4/config/depcomp +3 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/config/install-sh +2 -2
- data/ext/nutcracker/contrib/yaml-0.1.4/config/ltmain.sh +5440 -2699
- data/ext/nutcracker/contrib/yaml-0.1.4/config/missing +3 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/config/test-driver +3 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/configure +2668 -1399
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/libtool.m4 +2598 -1586
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltoptions.m4 +108 -39
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltsugar.m4 +4 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltversion.m4 +7 -7
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/lt~obsolete.m4 +12 -5
- data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile.in +6 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile.in +6 -3
- data/ext/nutcracker/src/Makefile.in +2 -2
- data/ext/nutcracker/src/event/Makefile.in +2 -2
- data/ext/nutcracker/src/hashkit/Makefile.in +2 -2
- data/ext/nutcracker/src/proto/Makefile.in +2 -2
- data/lib/nutcracker/version.rb +1 -1
- metadata +9 -9
- data/ext/nutcracker/contrib/yaml-0.1.4/ltmain.sh +0 -11147
- data/ext/nutcracker/ltmain.sh +0 -11147
|
@@ -30,8 +30,7 @@
|
|
|
30
30
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
31
31
|
#undef HAVE_UNISTD_H
|
|
32
32
|
|
|
33
|
-
/* Define to the sub-directory
|
|
34
|
-
*/
|
|
33
|
+
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
|
35
34
|
#undef LT_OBJDIR
|
|
36
35
|
|
|
37
36
|
/* Name of package */
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
#! /bin/sh
|
|
2
2
|
# Wrapper for compilers which do not understand '-c -o'.
|
|
3
3
|
|
|
4
|
-
scriptversion=
|
|
4
|
+
scriptversion=2016-01-11.22; # UTC
|
|
5
5
|
|
|
6
|
-
# Copyright (C) 1999-
|
|
6
|
+
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
|
|
7
7
|
# Written by Tom Tromey <tromey@cygnus.com>.
|
|
8
8
|
#
|
|
9
9
|
# This program is free software; you can redistribute it and/or modify
|
|
@@ -255,7 +255,8 @@ EOF
|
|
|
255
255
|
echo "compile $scriptversion"
|
|
256
256
|
exit $?
|
|
257
257
|
;;
|
|
258
|
-
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe
|
|
258
|
+
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
|
|
259
|
+
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
|
|
259
260
|
func_cl_wrapper "$@" # Doesn't return...
|
|
260
261
|
;;
|
|
261
262
|
esac
|
|
@@ -342,6 +343,6 @@ exit $ret
|
|
|
342
343
|
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
|
343
344
|
# time-stamp-start: "scriptversion="
|
|
344
345
|
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
|
345
|
-
# time-stamp-time-zone: "
|
|
346
|
+
# time-stamp-time-zone: "UTC0"
|
|
346
347
|
# time-stamp-end: "; # UTC"
|
|
347
348
|
# End:
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#! /bin/sh
|
|
2
2
|
# Attempt to guess a canonical system name.
|
|
3
|
-
# Copyright 1992-
|
|
3
|
+
# Copyright 1992-2017 Free Software Foundation, Inc.
|
|
4
4
|
|
|
5
|
-
timestamp='
|
|
5
|
+
timestamp='2017-05-27'
|
|
6
6
|
|
|
7
7
|
# This file is free software; you can redistribute it and/or modify it
|
|
8
8
|
# under the terms of the GNU General Public License as published by
|
|
@@ -27,7 +27,7 @@ timestamp='2014-11-04'
|
|
|
27
27
|
# Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
|
|
28
28
|
#
|
|
29
29
|
# You can get the latest version of this script from:
|
|
30
|
-
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
|
|
30
|
+
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
|
|
31
31
|
#
|
|
32
32
|
# Please send patches to <config-patches@gnu.org>.
|
|
33
33
|
|
|
@@ -50,7 +50,7 @@ version="\
|
|
|
50
50
|
GNU config.guess ($timestamp)
|
|
51
51
|
|
|
52
52
|
Originally written by Per Bothner.
|
|
53
|
-
Copyright 1992-
|
|
53
|
+
Copyright 1992-2017 Free Software Foundation, Inc.
|
|
54
54
|
|
|
55
55
|
This is free software; see the source for copying conditions. There is NO
|
|
56
56
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
|
@@ -168,19 +168,29 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
|
168
168
|
# Note: NetBSD doesn't particularly care about the vendor
|
|
169
169
|
# portion of the name. We always set it to "unknown".
|
|
170
170
|
sysctl="sysctl -n hw.machine_arch"
|
|
171
|
-
UNAME_MACHINE_ARCH=`(
|
|
172
|
-
/
|
|
171
|
+
UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
|
|
172
|
+
/sbin/$sysctl 2>/dev/null || \
|
|
173
|
+
/usr/sbin/$sysctl 2>/dev/null || \
|
|
174
|
+
echo unknown)`
|
|
173
175
|
case "${UNAME_MACHINE_ARCH}" in
|
|
174
176
|
armeb) machine=armeb-unknown ;;
|
|
175
177
|
arm*) machine=arm-unknown ;;
|
|
176
178
|
sh3el) machine=shl-unknown ;;
|
|
177
179
|
sh3eb) machine=sh-unknown ;;
|
|
178
180
|
sh5el) machine=sh5le-unknown ;;
|
|
181
|
+
earmv*)
|
|
182
|
+
arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
|
|
183
|
+
endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
|
|
184
|
+
machine=${arch}${endian}-unknown
|
|
185
|
+
;;
|
|
179
186
|
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
|
|
180
187
|
esac
|
|
181
188
|
# The Operating System including object format, if it has switched
|
|
182
|
-
# to ELF recently
|
|
189
|
+
# to ELF recently (or will in the future) and ABI.
|
|
183
190
|
case "${UNAME_MACHINE_ARCH}" in
|
|
191
|
+
earm*)
|
|
192
|
+
os=netbsdelf
|
|
193
|
+
;;
|
|
184
194
|
arm*|i386|m68k|ns32k|sh3*|sparc|vax)
|
|
185
195
|
eval $set_cc_for_build
|
|
186
196
|
if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
|
|
@@ -197,6 +207,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
|
197
207
|
os=netbsd
|
|
198
208
|
;;
|
|
199
209
|
esac
|
|
210
|
+
# Determine ABI tags.
|
|
211
|
+
case "${UNAME_MACHINE_ARCH}" in
|
|
212
|
+
earm*)
|
|
213
|
+
expr='s/^earmv[0-9]/-eabi/;s/eb$//'
|
|
214
|
+
abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
|
|
215
|
+
;;
|
|
216
|
+
esac
|
|
200
217
|
# The OS release
|
|
201
218
|
# Debian GNU/NetBSD machines have a different userland, and
|
|
202
219
|
# thus, need a distinct triplet. However, they do not need
|
|
@@ -207,13 +224,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
|
207
224
|
release='-gnu'
|
|
208
225
|
;;
|
|
209
226
|
*)
|
|
210
|
-
release=`echo ${UNAME_RELEASE}|sed -e 's/[-_]
|
|
227
|
+
release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
|
|
211
228
|
;;
|
|
212
229
|
esac
|
|
213
230
|
# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
|
|
214
231
|
# contains redundant information, the shorter form:
|
|
215
232
|
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
|
|
216
|
-
echo "${machine}-${os}${release}"
|
|
233
|
+
echo "${machine}-${os}${release}${abi}"
|
|
217
234
|
exit ;;
|
|
218
235
|
*:Bitrig:*:*)
|
|
219
236
|
UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
|
|
@@ -223,6 +240,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
|
223
240
|
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
|
|
224
241
|
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
|
|
225
242
|
exit ;;
|
|
243
|
+
*:LibertyBSD:*:*)
|
|
244
|
+
UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
|
|
245
|
+
echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}
|
|
246
|
+
exit ;;
|
|
226
247
|
*:ekkoBSD:*:*)
|
|
227
248
|
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
|
|
228
249
|
exit ;;
|
|
@@ -235,6 +256,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
|
235
256
|
*:MirBSD:*:*)
|
|
236
257
|
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
|
|
237
258
|
exit ;;
|
|
259
|
+
*:Sortix:*:*)
|
|
260
|
+
echo ${UNAME_MACHINE}-unknown-sortix
|
|
261
|
+
exit ;;
|
|
238
262
|
alpha:OSF1:*:*)
|
|
239
263
|
case $UNAME_RELEASE in
|
|
240
264
|
*4.0)
|
|
@@ -251,42 +275,42 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
|
251
275
|
ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
|
|
252
276
|
case "$ALPHA_CPU_TYPE" in
|
|
253
277
|
"EV4 (21064)")
|
|
254
|
-
UNAME_MACHINE=
|
|
278
|
+
UNAME_MACHINE=alpha ;;
|
|
255
279
|
"EV4.5 (21064)")
|
|
256
|
-
UNAME_MACHINE=
|
|
280
|
+
UNAME_MACHINE=alpha ;;
|
|
257
281
|
"LCA4 (21066/21068)")
|
|
258
|
-
UNAME_MACHINE=
|
|
282
|
+
UNAME_MACHINE=alpha ;;
|
|
259
283
|
"EV5 (21164)")
|
|
260
|
-
UNAME_MACHINE=
|
|
284
|
+
UNAME_MACHINE=alphaev5 ;;
|
|
261
285
|
"EV5.6 (21164A)")
|
|
262
|
-
UNAME_MACHINE=
|
|
286
|
+
UNAME_MACHINE=alphaev56 ;;
|
|
263
287
|
"EV5.6 (21164PC)")
|
|
264
|
-
UNAME_MACHINE=
|
|
288
|
+
UNAME_MACHINE=alphapca56 ;;
|
|
265
289
|
"EV5.7 (21164PC)")
|
|
266
|
-
UNAME_MACHINE=
|
|
290
|
+
UNAME_MACHINE=alphapca57 ;;
|
|
267
291
|
"EV6 (21264)")
|
|
268
|
-
UNAME_MACHINE=
|
|
292
|
+
UNAME_MACHINE=alphaev6 ;;
|
|
269
293
|
"EV6.7 (21264A)")
|
|
270
|
-
UNAME_MACHINE=
|
|
294
|
+
UNAME_MACHINE=alphaev67 ;;
|
|
271
295
|
"EV6.8CB (21264C)")
|
|
272
|
-
UNAME_MACHINE=
|
|
296
|
+
UNAME_MACHINE=alphaev68 ;;
|
|
273
297
|
"EV6.8AL (21264B)")
|
|
274
|
-
UNAME_MACHINE=
|
|
298
|
+
UNAME_MACHINE=alphaev68 ;;
|
|
275
299
|
"EV6.8CX (21264D)")
|
|
276
|
-
UNAME_MACHINE=
|
|
300
|
+
UNAME_MACHINE=alphaev68 ;;
|
|
277
301
|
"EV6.9A (21264/EV69A)")
|
|
278
|
-
UNAME_MACHINE=
|
|
302
|
+
UNAME_MACHINE=alphaev69 ;;
|
|
279
303
|
"EV7 (21364)")
|
|
280
|
-
UNAME_MACHINE=
|
|
304
|
+
UNAME_MACHINE=alphaev7 ;;
|
|
281
305
|
"EV7.9 (21364A)")
|
|
282
|
-
UNAME_MACHINE=
|
|
306
|
+
UNAME_MACHINE=alphaev79 ;;
|
|
283
307
|
esac
|
|
284
308
|
# A Pn.n version is a patched version.
|
|
285
309
|
# A Vn.n version is a released version.
|
|
286
310
|
# A Tn.n version is a released field test version.
|
|
287
311
|
# A Xn.n version is an unreleased experimental baselevel.
|
|
288
312
|
# 1.2 uses "1.2" for uname -r.
|
|
289
|
-
echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr
|
|
313
|
+
echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
|
|
290
314
|
# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
|
|
291
315
|
exitcode=$?
|
|
292
316
|
trap '' 0
|
|
@@ -359,16 +383,16 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
|
359
383
|
exit ;;
|
|
360
384
|
i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
|
|
361
385
|
eval $set_cc_for_build
|
|
362
|
-
SUN_ARCH=
|
|
386
|
+
SUN_ARCH=i386
|
|
363
387
|
# If there is a compiler, see if it is configured for 64-bit objects.
|
|
364
388
|
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
|
|
365
389
|
# This test works for both compilers.
|
|
366
|
-
if [ "$CC_FOR_BUILD" !=
|
|
390
|
+
if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
|
|
367
391
|
if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
|
|
368
|
-
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
|
|
392
|
+
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
|
|
369
393
|
grep IS_64BIT_ARCH >/dev/null
|
|
370
394
|
then
|
|
371
|
-
SUN_ARCH=
|
|
395
|
+
SUN_ARCH=x86_64
|
|
372
396
|
fi
|
|
373
397
|
fi
|
|
374
398
|
echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
|
|
@@ -393,7 +417,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
|
393
417
|
exit ;;
|
|
394
418
|
sun*:*:4.2BSD:*)
|
|
395
419
|
UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
|
|
396
|
-
test "x${UNAME_RELEASE}" =
|
|
420
|
+
test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
|
|
397
421
|
case "`/bin/arch`" in
|
|
398
422
|
sun3)
|
|
399
423
|
echo m68k-sun-sunos${UNAME_RELEASE}
|
|
@@ -618,13 +642,13 @@ EOF
|
|
|
618
642
|
sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
|
|
619
643
|
sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
|
|
620
644
|
case "${sc_cpu_version}" in
|
|
621
|
-
523) HP_ARCH=
|
|
622
|
-
528) HP_ARCH=
|
|
645
|
+
523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0
|
|
646
|
+
528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1
|
|
623
647
|
532) # CPU_PA_RISC2_0
|
|
624
648
|
case "${sc_kernel_bits}" in
|
|
625
|
-
32) HP_ARCH=
|
|
626
|
-
64) HP_ARCH=
|
|
627
|
-
'') HP_ARCH=
|
|
649
|
+
32) HP_ARCH=hppa2.0n ;;
|
|
650
|
+
64) HP_ARCH=hppa2.0w ;;
|
|
651
|
+
'') HP_ARCH=hppa2.0 ;; # HP-UX 10.20
|
|
628
652
|
esac ;;
|
|
629
653
|
esac
|
|
630
654
|
fi
|
|
@@ -663,11 +687,11 @@ EOF
|
|
|
663
687
|
exit (0);
|
|
664
688
|
}
|
|
665
689
|
EOF
|
|
666
|
-
(CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
|
|
690
|
+
(CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
|
|
667
691
|
test -z "$HP_ARCH" && HP_ARCH=hppa
|
|
668
692
|
fi ;;
|
|
669
693
|
esac
|
|
670
|
-
if [ ${HP_ARCH} =
|
|
694
|
+
if [ ${HP_ARCH} = hppa2.0w ]
|
|
671
695
|
then
|
|
672
696
|
eval $set_cc_for_build
|
|
673
697
|
|
|
@@ -680,12 +704,12 @@ EOF
|
|
|
680
704
|
# $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
|
|
681
705
|
# => hppa64-hp-hpux11.23
|
|
682
706
|
|
|
683
|
-
if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
|
|
707
|
+
if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
|
|
684
708
|
grep -q __LP64__
|
|
685
709
|
then
|
|
686
|
-
HP_ARCH=
|
|
710
|
+
HP_ARCH=hppa2.0w
|
|
687
711
|
else
|
|
688
|
-
HP_ARCH=
|
|
712
|
+
HP_ARCH=hppa64
|
|
689
713
|
fi
|
|
690
714
|
fi
|
|
691
715
|
echo ${HP_ARCH}-hp-hpux${HPUX_REV}
|
|
@@ -790,14 +814,14 @@ EOF
|
|
|
790
814
|
echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
|
|
791
815
|
exit ;;
|
|
792
816
|
F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
|
|
793
|
-
FUJITSU_PROC=`uname -m | tr
|
|
794
|
-
FUJITSU_SYS=`uname -p | tr
|
|
817
|
+
FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
|
|
818
|
+
FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
|
|
795
819
|
FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
|
|
796
820
|
echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
|
|
797
821
|
exit ;;
|
|
798
822
|
5000:UNIX_System_V:4.*:*)
|
|
799
|
-
FUJITSU_SYS=`uname -p | tr
|
|
800
|
-
FUJITSU_REL=`echo ${UNAME_RELEASE} | tr
|
|
823
|
+
FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
|
|
824
|
+
FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
|
|
801
825
|
echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
|
|
802
826
|
exit ;;
|
|
803
827
|
i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
|
|
@@ -813,10 +837,11 @@ EOF
|
|
|
813
837
|
UNAME_PROCESSOR=`/usr/bin/uname -p`
|
|
814
838
|
case ${UNAME_PROCESSOR} in
|
|
815
839
|
amd64)
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
840
|
+
UNAME_PROCESSOR=x86_64 ;;
|
|
841
|
+
i386)
|
|
842
|
+
UNAME_PROCESSOR=i586 ;;
|
|
819
843
|
esac
|
|
844
|
+
echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
|
|
820
845
|
exit ;;
|
|
821
846
|
i*:CYGWIN*:*)
|
|
822
847
|
echo ${UNAME_MACHINE}-pc-cygwin
|
|
@@ -879,7 +904,7 @@ EOF
|
|
|
879
904
|
exit ;;
|
|
880
905
|
*:GNU/*:*:*)
|
|
881
906
|
# other systems with GNU libc and userland
|
|
882
|
-
echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr
|
|
907
|
+
echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
|
|
883
908
|
exit ;;
|
|
884
909
|
i*86:Minix:*:*)
|
|
885
910
|
echo ${UNAME_MACHINE}-pc-minix
|
|
@@ -902,7 +927,7 @@ EOF
|
|
|
902
927
|
EV68*) UNAME_MACHINE=alphaev68 ;;
|
|
903
928
|
esac
|
|
904
929
|
objdump --private-headers /bin/sh | grep -q ld.so.1
|
|
905
|
-
if test "$?" = 0 ; then LIBC=
|
|
930
|
+
if test "$?" = 0 ; then LIBC=gnulibc1 ; fi
|
|
906
931
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
|
907
932
|
exit ;;
|
|
908
933
|
arc:Linux:*:* | arceb:Linux:*:*)
|
|
@@ -933,6 +958,9 @@ EOF
|
|
|
933
958
|
crisv32:Linux:*:*)
|
|
934
959
|
echo ${UNAME_MACHINE}-axis-linux-${LIBC}
|
|
935
960
|
exit ;;
|
|
961
|
+
e2k:Linux:*:*)
|
|
962
|
+
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
|
963
|
+
exit ;;
|
|
936
964
|
frv:Linux:*:*)
|
|
937
965
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
|
938
966
|
exit ;;
|
|
@@ -945,6 +973,9 @@ EOF
|
|
|
945
973
|
ia64:Linux:*:*)
|
|
946
974
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
|
947
975
|
exit ;;
|
|
976
|
+
k1om:Linux:*:*)
|
|
977
|
+
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
|
978
|
+
exit ;;
|
|
948
979
|
m32r*:Linux:*:*)
|
|
949
980
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
|
950
981
|
exit ;;
|
|
@@ -970,6 +1001,9 @@ EOF
|
|
|
970
1001
|
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
|
|
971
1002
|
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
|
|
972
1003
|
;;
|
|
1004
|
+
mips64el:Linux:*:*)
|
|
1005
|
+
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
|
1006
|
+
exit ;;
|
|
973
1007
|
openrisc*:Linux:*:*)
|
|
974
1008
|
echo or1k-unknown-linux-${LIBC}
|
|
975
1009
|
exit ;;
|
|
@@ -1002,6 +1036,9 @@ EOF
|
|
|
1002
1036
|
ppcle:Linux:*:*)
|
|
1003
1037
|
echo powerpcle-unknown-linux-${LIBC}
|
|
1004
1038
|
exit ;;
|
|
1039
|
+
riscv32:Linux:*:* | riscv64:Linux:*:*)
|
|
1040
|
+
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
|
1041
|
+
exit ;;
|
|
1005
1042
|
s390:Linux:*:* | s390x:Linux:*:*)
|
|
1006
1043
|
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
|
|
1007
1044
|
exit ;;
|
|
@@ -1021,7 +1058,7 @@ EOF
|
|
|
1021
1058
|
echo ${UNAME_MACHINE}-dec-linux-${LIBC}
|
|
1022
1059
|
exit ;;
|
|
1023
1060
|
x86_64:Linux:*:*)
|
|
1024
|
-
echo ${UNAME_MACHINE}-
|
|
1061
|
+
echo ${UNAME_MACHINE}-pc-linux-${LIBC}
|
|
1025
1062
|
exit ;;
|
|
1026
1063
|
xtensa*:Linux:*:*)
|
|
1027
1064
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
|
@@ -1100,7 +1137,7 @@ EOF
|
|
|
1100
1137
|
# uname -m prints for DJGPP always 'pc', but it prints nothing about
|
|
1101
1138
|
# the processor, so we play safe by assuming i586.
|
|
1102
1139
|
# Note: whatever this is, it MUST be the same as what config.sub
|
|
1103
|
-
# prints for the "djgpp" host, or else GDB
|
|
1140
|
+
# prints for the "djgpp" host, or else GDB configure will decide that
|
|
1104
1141
|
# this is a cross-build.
|
|
1105
1142
|
echo i586-pc-msdosdjgpp
|
|
1106
1143
|
exit ;;
|
|
@@ -1249,6 +1286,9 @@ EOF
|
|
|
1249
1286
|
SX-8R:SUPER-UX:*:*)
|
|
1250
1287
|
echo sx8r-nec-superux${UNAME_RELEASE}
|
|
1251
1288
|
exit ;;
|
|
1289
|
+
SX-ACE:SUPER-UX:*:*)
|
|
1290
|
+
echo sxace-nec-superux${UNAME_RELEASE}
|
|
1291
|
+
exit ;;
|
|
1252
1292
|
Power*:Rhapsody:*:*)
|
|
1253
1293
|
echo powerpc-apple-rhapsody${UNAME_RELEASE}
|
|
1254
1294
|
exit ;;
|
|
@@ -1262,16 +1302,23 @@ EOF
|
|
|
1262
1302
|
UNAME_PROCESSOR=powerpc
|
|
1263
1303
|
fi
|
|
1264
1304
|
if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
|
|
1265
|
-
if [ "$CC_FOR_BUILD" !=
|
|
1305
|
+
if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
|
|
1266
1306
|
if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
|
|
1267
|
-
|
|
1268
|
-
|
|
1307
|
+
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
|
|
1308
|
+
grep IS_64BIT_ARCH >/dev/null
|
|
1269
1309
|
then
|
|
1270
1310
|
case $UNAME_PROCESSOR in
|
|
1271
1311
|
i386) UNAME_PROCESSOR=x86_64 ;;
|
|
1272
1312
|
powerpc) UNAME_PROCESSOR=powerpc64 ;;
|
|
1273
1313
|
esac
|
|
1274
1314
|
fi
|
|
1315
|
+
# On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
|
|
1316
|
+
if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
|
|
1317
|
+
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
|
|
1318
|
+
grep IS_PPC >/dev/null
|
|
1319
|
+
then
|
|
1320
|
+
UNAME_PROCESSOR=powerpc
|
|
1321
|
+
fi
|
|
1275
1322
|
fi
|
|
1276
1323
|
elif test "$UNAME_PROCESSOR" = i386 ; then
|
|
1277
1324
|
# Avoid executing cc on OS X 10.9, as it ships with a stub
|
|
@@ -1286,7 +1333,7 @@ EOF
|
|
|
1286
1333
|
exit ;;
|
|
1287
1334
|
*:procnto*:*:* | *:QNX:[0123456789]*:*)
|
|
1288
1335
|
UNAME_PROCESSOR=`uname -p`
|
|
1289
|
-
if test "$UNAME_PROCESSOR" =
|
|
1336
|
+
if test "$UNAME_PROCESSOR" = x86; then
|
|
1290
1337
|
UNAME_PROCESSOR=i386
|
|
1291
1338
|
UNAME_MACHINE=pc
|
|
1292
1339
|
fi
|
|
@@ -1295,15 +1342,18 @@ EOF
|
|
|
1295
1342
|
*:QNX:*:4*)
|
|
1296
1343
|
echo i386-pc-qnx
|
|
1297
1344
|
exit ;;
|
|
1298
|
-
NEO
|
|
1345
|
+
NEO-*:NONSTOP_KERNEL:*:*)
|
|
1299
1346
|
echo neo-tandem-nsk${UNAME_RELEASE}
|
|
1300
1347
|
exit ;;
|
|
1301
1348
|
NSE-*:NONSTOP_KERNEL:*:*)
|
|
1302
1349
|
echo nse-tandem-nsk${UNAME_RELEASE}
|
|
1303
1350
|
exit ;;
|
|
1304
|
-
NSR
|
|
1351
|
+
NSR-*:NONSTOP_KERNEL:*:*)
|
|
1305
1352
|
echo nsr-tandem-nsk${UNAME_RELEASE}
|
|
1306
1353
|
exit ;;
|
|
1354
|
+
NSX-*:NONSTOP_KERNEL:*:*)
|
|
1355
|
+
echo nsx-tandem-nsk${UNAME_RELEASE}
|
|
1356
|
+
exit ;;
|
|
1307
1357
|
*:NonStop-UX:*:*)
|
|
1308
1358
|
echo mips-compaq-nonstopux
|
|
1309
1359
|
exit ;;
|
|
@@ -1317,7 +1367,7 @@ EOF
|
|
|
1317
1367
|
# "uname -m" is not consistent, so use $cputype instead. 386
|
|
1318
1368
|
# is converted to i386 for consistency with other x86
|
|
1319
1369
|
# operating systems.
|
|
1320
|
-
if test "$cputype" =
|
|
1370
|
+
if test "$cputype" = 386; then
|
|
1321
1371
|
UNAME_MACHINE=i386
|
|
1322
1372
|
else
|
|
1323
1373
|
UNAME_MACHINE="$cputype"
|
|
@@ -1359,7 +1409,7 @@ EOF
|
|
|
1359
1409
|
echo i386-pc-xenix
|
|
1360
1410
|
exit ;;
|
|
1361
1411
|
i*86:skyos:*:*)
|
|
1362
|
-
echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}
|
|
1412
|
+
echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
|
|
1363
1413
|
exit ;;
|
|
1364
1414
|
i*86:rdos:*:*)
|
|
1365
1415
|
echo ${UNAME_MACHINE}-pc-rdos
|
|
@@ -1370,23 +1420,25 @@ EOF
|
|
|
1370
1420
|
x86_64:VMkernel:*:*)
|
|
1371
1421
|
echo ${UNAME_MACHINE}-unknown-esx
|
|
1372
1422
|
exit ;;
|
|
1423
|
+
amd64:Isilon\ OneFS:*:*)
|
|
1424
|
+
echo x86_64-unknown-onefs
|
|
1425
|
+
exit ;;
|
|
1373
1426
|
esac
|
|
1374
1427
|
|
|
1375
1428
|
cat >&2 <<EOF
|
|
1376
1429
|
$0: unable to guess system type
|
|
1377
1430
|
|
|
1378
|
-
This script
|
|
1379
|
-
|
|
1380
|
-
|
|
1431
|
+
This script (version $timestamp), has failed to recognize the
|
|
1432
|
+
operating system you are using. If your script is old, overwrite
|
|
1433
|
+
config.guess and config.sub with the latest versions from:
|
|
1381
1434
|
|
|
1382
|
-
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
|
|
1435
|
+
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
|
|
1383
1436
|
and
|
|
1384
|
-
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
|
|
1437
|
+
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
|
|
1385
1438
|
|
|
1386
|
-
If
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
information to handle your system.
|
|
1439
|
+
If $0 has already been updated, send the following data and any
|
|
1440
|
+
information you think might be pertinent to config-patches@gnu.org to
|
|
1441
|
+
provide the necessary information to handle your system.
|
|
1390
1442
|
|
|
1391
1443
|
config.guess timestamp = $timestamp
|
|
1392
1444
|
|