mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
NPTL is no longer an add-on!
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
aarch64/nptl
|
||||
unix/sysv/linux/generic
|
||||
unix/sysv/linux/wordsize-64
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
alpha/nptl
|
||||
unix/sysv/linux/wordsize-64
|
||||
# These supply the ABI compatibility for when long double was double.
|
||||
ieee754/ldbl-64-128
|
||||
|
||||
1
sysdeps/unix/sysv/linux/arm/Implies
Normal file
1
sysdeps/unix/sysv/linux/arm/Implies
Normal file
@@ -0,0 +1 @@
|
||||
arm/nptl
|
||||
27
sysdeps/unix/sysv/linux/configure
vendored
27
sysdeps/unix/sysv/linux/configure
vendored
@@ -158,33 +158,6 @@ if test -n "$sysheaders"; then
|
||||
CPPFLAGS=$OLD_CPPFLAGS
|
||||
fi
|
||||
|
||||
# Under Linux the NPTL add-on should be available.
|
||||
case $add_ons in
|
||||
# It is available. Good.
|
||||
*nptl*)
|
||||
nptl_missing=
|
||||
;;
|
||||
*)
|
||||
nptl_missing=yes
|
||||
;;
|
||||
esac
|
||||
|
||||
if test "$nptl_missing"; then
|
||||
if test $enable_sanity = yes; then
|
||||
echo "\
|
||||
*** On GNU/Linux systems it is normal to compile GNU libc with the
|
||||
*** \`nptl' add-on. Without that, the library will be
|
||||
*** incompatible with normal GNU/Linux systems.
|
||||
*** If you really mean to not use this add-on, run configure again
|
||||
*** using the extra parameter \`--disable-sanity-checks'."
|
||||
exit 1
|
||||
else
|
||||
echo "\
|
||||
*** WARNING: Are you sure you do not want to use the \`nptl'
|
||||
*** add-on?"
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/" -o "$prefix" = "NONE"; then
|
||||
if test $enable_sanity = yes; then
|
||||
echo "\
|
||||
|
||||
@@ -81,33 +81,6 @@ if test -n "$sysheaders"; then
|
||||
CPPFLAGS=$OLD_CPPFLAGS
|
||||
fi
|
||||
|
||||
# Under Linux the NPTL add-on should be available.
|
||||
case $add_ons in
|
||||
# It is available. Good.
|
||||
*nptl*)
|
||||
nptl_missing=
|
||||
;;
|
||||
*)
|
||||
nptl_missing=yes
|
||||
;;
|
||||
esac
|
||||
|
||||
if test "$nptl_missing"; then
|
||||
if test $enable_sanity = yes; then
|
||||
echo "\
|
||||
*** On GNU/Linux systems it is normal to compile GNU libc with the
|
||||
*** \`nptl' add-on. Without that, the library will be
|
||||
*** incompatible with normal GNU/Linux systems.
|
||||
*** If you really mean to not use this add-on, run configure again
|
||||
*** using the extra parameter \`--disable-sanity-checks'."
|
||||
exit 1
|
||||
else
|
||||
echo "\
|
||||
*** WARNING: Are you sure you do not want to use the \`nptl'
|
||||
*** add-on?"
|
||||
fi
|
||||
fi
|
||||
|
||||
if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/" -o "$prefix" = "NONE"; then
|
||||
if test $enable_sanity = yes; then
|
||||
echo "\
|
||||
|
||||
1
sysdeps/unix/sysv/linux/hppa/Implies
Normal file
1
sysdeps/unix/sysv/linux/hppa/Implies
Normal file
@@ -0,0 +1 @@
|
||||
hppa/nptl
|
||||
@@ -1 +1,2 @@
|
||||
unix/sysv/linux/x86
|
||||
i386/nptl
|
||||
|
||||
1
sysdeps/unix/sysv/linux/i386/i686/Implies
Normal file
1
sysdeps/unix/sysv/linux/i386/i686/Implies
Normal file
@@ -0,0 +1 @@
|
||||
i386/i686/nptl
|
||||
@@ -1 +1,2 @@
|
||||
ia64/nptl
|
||||
unix/sysv/linux/wordsize-64
|
||||
|
||||
1
sysdeps/unix/sysv/linux/m68k/Implies
Normal file
1
sysdeps/unix/sysv/linux/m68k/Implies
Normal file
@@ -0,0 +1 @@
|
||||
m68k/nptl
|
||||
1
sysdeps/unix/sysv/linux/microblaze/Implies
Normal file
1
sysdeps/unix/sysv/linux/microblaze/Implies
Normal file
@@ -0,0 +1 @@
|
||||
microblaze/nptl
|
||||
1
sysdeps/unix/sysv/linux/mips/Implies
Normal file
1
sysdeps/unix/sysv/linux/mips/Implies
Normal file
@@ -0,0 +1 @@
|
||||
mips/nptl
|
||||
1
sysdeps/unix/sysv/linux/powerpc/Implies
Normal file
1
sysdeps/unix/sysv/linux/powerpc/Implies
Normal file
@@ -0,0 +1 @@
|
||||
powerpc/nptl
|
||||
@@ -1,3 +1,5 @@
|
||||
s390/nptl
|
||||
|
||||
# These supply the ABI compatibility for when long double was double.
|
||||
ieee754/ldbl-64-128
|
||||
ieee754/ldbl-opt
|
||||
|
||||
1
sysdeps/unix/sysv/linux/sh/Implies
Normal file
1
sysdeps/unix/sysv/linux/sh/Implies
Normal file
@@ -0,0 +1 @@
|
||||
sh/nptl
|
||||
1
sysdeps/unix/sysv/linux/sparc/Implies
Normal file
1
sysdeps/unix/sysv/linux/sparc/Implies
Normal file
@@ -0,0 +1 @@
|
||||
sparc/nptl
|
||||
1
sysdeps/unix/sysv/linux/tile/Implies
Normal file
1
sysdeps/unix/sysv/linux/tile/Implies
Normal file
@@ -0,0 +1 @@
|
||||
tile/nptl
|
||||
@@ -1,2 +1,3 @@
|
||||
unix/sysv/linux/x86
|
||||
unix/sysv/linux/wordsize-64
|
||||
x86_64/nptl
|
||||
|
||||
1
sysdeps/unix/sysv/linux/x86_64/x32/Implies
Normal file
1
sysdeps/unix/sysv/linux/x86_64/x32/Implies
Normal file
@@ -0,0 +1 @@
|
||||
x86_64/x32/nptl
|
||||
Reference in New Issue
Block a user