Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7462c1d7
Commit
7462c1d7
authored
Apr 30, 2020
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update config.guess and config.sub
parent
401aad67
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
84 additions
and
60 deletions
+84
-60
config/config.guess
config/config.guess
+70
-41
config/config.sub
config/config.sub
+14
-19
No files found.
config/config.guess
View file @
7462c1d7
#! /bin/sh
#! /bin/sh
# Attempt to guess a canonical system name.
# Attempt to guess a canonical system name.
# Copyright 1992-20
19
Free Software Foundation, Inc.
# Copyright 1992-20
20
Free Software Foundation, Inc.
timestamp
=
'20
19-03-04
'
timestamp
=
'20
20-04-26
'
# This file is free software; you can redistribute it and/or modify it
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# under the terms of the GNU General Public License as published by
...
@@ -50,7 +50,7 @@ version="\
...
@@ -50,7 +50,7 @@ version="\
GNU config.guess (
$timestamp
)
GNU config.guess (
$timestamp
)
Originally written by Per Bothner.
Originally written by Per Bothner.
Copyright 1992-20
19
Free Software Foundation, Inc.
Copyright 1992-20
20
Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
...
@@ -99,6 +99,8 @@ tmp=
...
@@ -99,6 +99,8 @@ tmp=
trap
'test -z "$tmp" || rm -fr "$tmp"'
0 1 2 13 15
trap
'test -z "$tmp" || rm -fr "$tmp"'
0 1 2 13 15
set_cc_for_build
()
{
set_cc_for_build
()
{
# prevent multiple calls if $tmp is already set
test
"
$tmp
"
&&
return
0
:
"
${
TMPDIR
=/tmp
}
"
:
"
${
TMPDIR
=/tmp
}
"
# shellcheck disable=SC2039
# shellcheck disable=SC2039
{
tmp
=
`
(
umask
077
&&
mktemp
-d
"
$TMPDIR
/cgXXXXXX"
)
2>/dev/null
`
&&
test
-n
"
$tmp
"
&&
test
-d
"
$tmp
"
;
}
||
{
tmp
=
`
(
umask
077
&&
mktemp
-d
"
$TMPDIR
/cgXXXXXX"
)
2>/dev/null
`
&&
test
-n
"
$tmp
"
&&
test
-d
"
$tmp
"
;
}
||
...
@@ -262,6 +264,9 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
...
@@ -262,6 +264,9 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
*
:SolidBSD:
*
:
*
)
*
:SolidBSD:
*
:
*
)
echo
"
$UNAME_MACHINE
"
-unknown-solidbsd
"
$UNAME_RELEASE
"
echo
"
$UNAME_MACHINE
"
-unknown-solidbsd
"
$UNAME_RELEASE
"
exit
;;
exit
;;
*
:OS108:
*
:
*
)
echo
"
$UNAME_MACHINE
"
-unknown-os108_
"
$UNAME_RELEASE
"
exit
;;
macppc:MirBSD:
*
:
*
)
macppc:MirBSD:
*
:
*
)
echo
powerpc-unknown-mirbsd
"
$UNAME_RELEASE
"
echo
powerpc-unknown-mirbsd
"
$UNAME_RELEASE
"
exit
;;
exit
;;
...
@@ -271,6 +276,9 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
...
@@ -271,6 +276,9 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
*
:Sortix:
*
:
*
)
*
:Sortix:
*
:
*
)
echo
"
$UNAME_MACHINE
"
-unknown-sortix
echo
"
$UNAME_MACHINE
"
-unknown-sortix
exit
;;
exit
;;
*
:Twizzler:
*
:
*
)
echo
"
$UNAME_MACHINE
"
-unknown-twizzler
exit
;;
*
:Redox:
*
:
*
)
*
:Redox:
*
:
*
)
echo
"
$UNAME_MACHINE
"
-unknown-redox
echo
"
$UNAME_MACHINE
"
-unknown-redox
exit
;;
exit
;;
...
@@ -918,7 +926,7 @@ EOF
...
@@ -918,7 +926,7 @@ EOF
echo
"
$UNAME_MACHINE
"
-unknown-linux-
"
$LIBC
"
echo
"
$UNAME_MACHINE
"
-unknown-linux-
"
$LIBC
"
exit
;;
exit
;;
alpha:Linux:
*
:
*
)
alpha:Linux:
*
:
*
)
case
`
sed
-n
'/^cpu model/s/^.*: \(.*\)/\1/p'
< /proc/cpuinfo
`
in
case
`
sed
-n
'/^cpu model/s/^.*: \(.*\)/\1/p'
/proc/cpuinfo 2>/dev/null
`
in
EV5
)
UNAME_MACHINE
=
alphaev5
;;
EV5
)
UNAME_MACHINE
=
alphaev5
;;
EV56
)
UNAME_MACHINE
=
alphaev56
;;
EV56
)
UNAME_MACHINE
=
alphaev56
;;
PCA56
)
UNAME_MACHINE
=
alphapca56
;;
PCA56
)
UNAME_MACHINE
=
alphapca56
;;
...
@@ -1325,12 +1333,19 @@ EOF
...
@@ -1325,12 +1333,19 @@ EOF
echo
"
$UNAME_MACHINE
"
-apple-rhapsody
"
$UNAME_RELEASE
"
echo
"
$UNAME_MACHINE
"
-apple-rhapsody
"
$UNAME_RELEASE
"
exit
;;
exit
;;
*
:Darwin:
*
:
*
)
*
:Darwin:
*
:
*
)
UNAME_PROCESSOR
=
`
uname
-p
`
||
UNAME_PROCESSOR
=
unknown
UNAME_PROCESSOR
=
`
uname
-p
`
case
$UNAME_PROCESSOR
in
unknown
)
UNAME_PROCESSOR
=
powerpc
;;
esac
if
command
-v
xcode-select
>
/dev/null 2> /dev/null
&&
\
!
xcode-select
--print-path
>
/dev/null 2> /dev/null
;
then
# Avoid executing cc if there is no toolchain installed as
# cc will be a stub that puts up a graphical alert
# prompting the user to install developer tools.
CC_FOR_BUILD
=
no_compiler_found
else
set_cc_for_build
set_cc_for_build
if
test
"
$UNAME_PROCESSOR
"
=
unknown
;
then
UNAME_PROCESSOR
=
powerpc
fi
fi
if
test
"
`
echo
"
$UNAME_RELEASE
"
|
sed
-e
's/\..*//'
`
"
-le
10
;
then
if
[
"
$CC_FOR_BUILD
"
!=
no_compiler_found
]
;
then
if
[
"
$CC_FOR_BUILD
"
!=
no_compiler_found
]
;
then
if
(
echo
'#ifdef __LP64__'
;
echo
IS_64BIT_ARCH
;
echo
'#endif'
)
|
\
if
(
echo
'#ifdef __LP64__'
;
echo
IS_64BIT_ARCH
;
echo
'#endif'
)
|
\
(
CCOPTS
=
""
$CC_FOR_BUILD
-E
- 2>/dev/null
)
|
\
(
CCOPTS
=
""
$CC_FOR_BUILD
-E
- 2>/dev/null
)
|
\
...
@@ -1348,15 +1363,9 @@ EOF
...
@@ -1348,15 +1363,9 @@ EOF
then
then
UNAME_PROCESSOR
=
powerpc
UNAME_PROCESSOR
=
powerpc
fi
fi
fi
elif
test
"
$UNAME_PROCESSOR
"
=
i386
;
then
elif
test
"
$UNAME_PROCESSOR
"
=
i386
;
then
# Avoid executing cc on OS X 10.9, as it ships with a stub
# uname -m returns i386 or x86_64
# that puts up a graphical alert prompting to install
UNAME_PROCESSOR
=
$UNAME_MACHINE
# developer tools. Any system running Mac OS X 10.7 or
# later (Darwin 11 and later) is required to have a 64-bit
# processor. This is not true of the ARM version of Darwin
# that Apple uses in portable devices.
UNAME_PROCESSOR
=
x86_64
fi
fi
echo
"
$UNAME_PROCESSOR
"
-apple-darwin
"
$UNAME_RELEASE
"
echo
"
$UNAME_PROCESSOR
"
-apple-darwin
"
$UNAME_RELEASE
"
exit
;;
exit
;;
...
@@ -1468,6 +1477,14 @@ cat > "$dummy.c" <<EOF
...
@@ -1468,6 +1477,14 @@ cat > "$dummy.c" <<EOF
#include <sys/types.h>
#include <sys/types.h>
#include <sys/utsname.h>
#include <sys/utsname.h>
#endif
#endif
#if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__)
#if defined (vax) || defined (__vax) || defined (__vax__) || defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__)
#include <signal.h>
#if defined(_SIZE_T_) || defined(SIGLOST)
#include <sys/utsname.h>
#endif
#endif
#endif
main ()
main ()
{
{
#if defined (sony)
#if defined (sony)
...
@@ -1554,19 +1571,24 @@ main ()
...
@@ -1554,19 +1571,24 @@ main ()
#else
#else
printf ("vax-dec-bsd
\n
"); exit (0);
printf ("vax-dec-bsd
\n
"); exit (0);
#endif
#endif
#else
#if defined(_SIZE_T_) || defined(SIGLOST)
struct utsname un;
uname (&un);
printf ("vax-dec-ultrix%s
\n
", un.release); exit (0);
#else
#else
printf ("vax-dec-ultrix
\n
"); exit (0);
printf ("vax-dec-ultrix
\n
"); exit (0);
#endif
#endif
#endif
#endif
#endif
#if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__)
#if defined(ultrix) || defined(_ultrix) || defined(__ultrix) || defined(__ultrix__)
#if defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__)
#if defined(mips) || defined(__mips) || defined(__mips__) || defined(MIPS) || defined(__MIPS__)
#include <signal.h>
#if defined(_SIZE_T_) || defined(SIGLOST)
#if defined(_SIZE_T_) /* >= ULTRIX4 */
struct utsname *un;
printf ("mips-dec-ultrix4
\n
"); exit (0);
uname (&un);
printf ("mips-dec-ultrix%s
\n
", un.release); exit (0);
#else
#else
#if defined(ULTRIX3) || defined(ultrix3) || defined(SIGLOST)
printf ("mips-dec-ultrix
\n
"); exit (0);
printf ("mips-dec-ultrix3
\n
"); exit (0);
#endif
#endif
#endif
#endif
#endif
#endif
#endif
...
@@ -1607,6 +1629,12 @@ copies of config.guess and config.sub with the latest versions from:
...
@@ -1607,6 +1629,12 @@ copies of config.guess and config.sub with the latest versions from:
https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
and
and
https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
EOF
year
=
`
echo
$timestamp
|
sed
's,-.*,,'
`
# shellcheck disable=SC2003
if
test
"
`
expr
"
\`
date +%Y
\`
"
-
"
$year
"
`
"
-lt
3
;
then
cat
>
&2
<<
EOF
If
$0
has already been updated, send the following data and any
If
$0
has already been updated, send the following data and any
information you think might be pertinent to config-patches@gnu.org to
information you think might be pertinent to config-patches@gnu.org to
...
@@ -1634,6 +1662,7 @@ UNAME_RELEASE = "$UNAME_RELEASE"
...
@@ -1634,6 +1662,7 @@ UNAME_RELEASE = "$UNAME_RELEASE"
UNAME_SYSTEM = "
$UNAME_SYSTEM
"
UNAME_SYSTEM = "
$UNAME_SYSTEM
"
UNAME_VERSION = "
$UNAME_VERSION
"
UNAME_VERSION = "
$UNAME_VERSION
"
EOF
EOF
fi
exit
1
exit
1
...
...
config/config.sub
View file @
7462c1d7
#! /bin/sh
#! /bin/sh
# Configuration validation subroutine script.
# Configuration validation subroutine script.
# Copyright 1992-20
19
Free Software Foundation, Inc.
# Copyright 1992-20
20
Free Software Foundation, Inc.
timestamp
=
'20
19-01-05
'
timestamp
=
'20
20-04-24
'
# This file is free software; you can redistribute it and/or modify it
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# under the terms of the GNU General Public License as published by
...
@@ -67,7 +67,7 @@ Report bugs and patches to <config-patches@gnu.org>."
...
@@ -67,7 +67,7 @@ Report bugs and patches to <config-patches@gnu.org>."
version
=
"
\
version
=
"
\
GNU config.sub (
$timestamp
)
GNU config.sub (
$timestamp
)
Copyright 1992-20
19
Free Software Foundation, Inc.
Copyright 1992-20
20
Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
...
@@ -337,17 +337,14 @@ case $1 in
...
@@ -337,17 +337,14 @@ case $1 in
basic_machine
=
m88k-harris
basic_machine
=
m88k-harris
os
=
sysv3
os
=
sysv3
;;
;;
hp300
)
hp300
|
hp300hpux
)
basic_machine
=
m68k-hp
basic_machine
=
m68k-hp
os
=
hpux
;;
;;
hp300bsd
)
hp300bsd
)
basic_machine
=
m68k-hp
basic_machine
=
m68k-hp
os
=
bsd
os
=
bsd
;;
;;
hp300hpux
)
basic_machine
=
m68k-hp
os
=
hpux
;;
hppaosf
)
hppaosf
)
basic_machine
=
hppa1.1-hp
basic_machine
=
hppa1.1-hp
os
=
osf
os
=
osf
...
@@ -360,10 +357,6 @@ case $1 in
...
@@ -360,10 +357,6 @@ case $1 in
basic_machine
=
i386-mach
basic_machine
=
i386-mach
os
=
mach
os
=
mach
;;
;;
vsta
)
basic_machine
=
i386-pc
os
=
vsta
;;
isi68
|
isi
)
isi68
|
isi
)
basic_machine
=
m68k-isi
basic_machine
=
m68k-isi
os
=
sysv
os
=
sysv
...
@@ -612,6 +605,10 @@ case $1 in
...
@@ -612,6 +605,10 @@ case $1 in
basic_machine
=
vax-dec
basic_machine
=
vax-dec
os
=
vms
os
=
vms
;;
;;
vsta
)
basic_machine
=
i386-pc
os
=
vsta
;;
vxworks960
)
vxworks960
)
basic_machine
=
i960-wrs
basic_machine
=
i960-wrs
os
=
vxworks
os
=
vxworks
...
@@ -1172,7 +1169,7 @@ case $cpu-$vendor in
...
@@ -1172,7 +1169,7 @@ case $cpu-$vendor in
|
asmjs
\
|
asmjs
\
|
ba
\
|
ba
\
|
be32
|
be64
\
|
be32
|
be64
\
|
bfin
|
bs2000
\
|
bfin
|
b
pf
|
b
s2000
\
|
c[123]
*
|
c30
|
[
cjt]90
|
c4x
\
|
c[123]
*
|
c30
|
[
cjt]90
|
c4x
\
|
c8051
|
clipper
|
craynv
|
csky
|
cydra
\
|
c8051
|
clipper
|
craynv
|
csky
|
cydra
\
|
d10v
|
d30v
|
dlx
|
dsp16xx
\
|
d10v
|
d30v
|
dlx
|
dsp16xx
\
...
@@ -1346,11 +1343,11 @@ case $os in
...
@@ -1346,11 +1343,11 @@ case $os in
|
hpux
*
|
unos
*
|
osf
*
|
luna
*
|
dgux
*
|
auroraux
*
|
solaris
*
\
|
hpux
*
|
unos
*
|
osf
*
|
luna
*
|
dgux
*
|
auroraux
*
|
solaris
*
\
|
sym
*
|
kopensolaris
*
|
plan9
*
\
|
sym
*
|
kopensolaris
*
|
plan9
*
\
|
amigaos
*
|
amigados
*
|
msdos
*
|
newsos
*
|
unicos
*
|
aof
*
\
|
amigaos
*
|
amigados
*
|
msdos
*
|
newsos
*
|
unicos
*
|
aof
*
\
|
aos
*
|
aros
*
|
cloudabi
*
|
sortix
*
\
|
aos
*
|
aros
*
|
cloudabi
*
|
sortix
*
|
twizzler
*
\
|
nindy
*
|
vxsim
*
|
vxworks
*
|
ebmon
*
|
hms
*
|
mvs
*
\
|
nindy
*
|
vxsim
*
|
vxworks
*
|
ebmon
*
|
hms
*
|
mvs
*
\
|
clix
*
|
riscos
*
|
uniplus
*
|
iris
*
|
isc
*
|
rtu
*
|
xenix
*
\
|
clix
*
|
riscos
*
|
uniplus
*
|
iris
*
|
isc
*
|
rtu
*
|
xenix
*
\
|
knetbsd
*
|
mirbsd
*
|
netbsd
*
\
|
knetbsd
*
|
mirbsd
*
|
netbsd
*
\
|
bitrig
*
|
openbsd
*
|
solidbsd
*
|
libertybsd
*
\
|
bitrig
*
|
openbsd
*
|
solidbsd
*
|
libertybsd
*
|
os108
*
\
|
ekkobsd
*
|
kfreebsd
*
|
freebsd
*
|
riscix
*
|
lynxos
*
\
|
ekkobsd
*
|
kfreebsd
*
|
freebsd
*
|
riscix
*
|
lynxos
*
\
|
bosx
*
|
nextstep
*
|
cxux
*
|
aout
*
|
elf
*
|
oabi
*
\
|
bosx
*
|
nextstep
*
|
cxux
*
|
aout
*
|
elf
*
|
oabi
*
\
|
ptx
*
|
coff
*
|
ecoff
*
|
winnt
*
|
domain
*
|
vsta
*
\
|
ptx
*
|
coff
*
|
ecoff
*
|
winnt
*
|
domain
*
|
vsta
*
\
...
@@ -1368,7 +1365,8 @@ case $os in
...
@@ -1368,7 +1365,8 @@ case $os in
|
powermax
*
|
dnix
*
|
nx6
|
nx7
|
sei
*
|
dragonfly
*
\
|
powermax
*
|
dnix
*
|
nx6
|
nx7
|
sei
*
|
dragonfly
*
\
|
skyos
*
|
haiku
*
|
rdos
*
|
toppers
*
|
drops
*
|
es
*
\
|
skyos
*
|
haiku
*
|
rdos
*
|
toppers
*
|
drops
*
|
es
*
\
|
onefs
*
|
tirtos
*
|
phoenix
*
|
fuchsia
*
|
redox
*
|
bme
*
\
|
onefs
*
|
tirtos
*
|
phoenix
*
|
fuchsia
*
|
redox
*
|
bme
*
\
|
midnightbsd
*
|
amdhsa
*
|
unleashed
*
|
emscripten
*
|
wasi
*
)
|
midnightbsd
*
|
amdhsa
*
|
unleashed
*
|
emscripten
*
|
wasi
*
\
|
nsk
*
|
powerunix
*
)
# Remember, each alternative MUST END IN *, to match a version number.
# Remember, each alternative MUST END IN *, to match a version number.
;;
;;
qnx
*
)
qnx
*
)
...
@@ -1452,9 +1450,6 @@ case $os in
...
@@ -1452,9 +1450,6 @@ case $os in
ns2
)
ns2
)
os
=
nextstep2
os
=
nextstep2
;;
;;
nsk
*
)
os
=
nsk
;;
# Preserve the version number of sinix5.
# Preserve the version number of sinix5.
sinix5.
*
)
sinix5.
*
)
os
=
`
echo
$os
|
sed
-e
's|sinix|sysv|'
`
os
=
`
echo
$os
|
sed
-e
's|sinix|sysv|'
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment