1
0
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:
Roland McGrath
2014-07-07 09:29:06 -07:00
parent 08192659bb
commit f083450f45
31 changed files with 62 additions and 165 deletions

View File

@@ -1,2 +1,3 @@
aarch64/nptl
unix/sysv/linux/generic
unix/sysv/linux/wordsize-64

View File

@@ -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

View File

@@ -0,0 +1 @@
arm/nptl

View File

@@ -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 "\

View File

@@ -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 "\

View File

@@ -0,0 +1 @@
hppa/nptl

View File

@@ -1 +1,2 @@
unix/sysv/linux/x86
i386/nptl

View File

@@ -0,0 +1 @@
i386/i686/nptl

View File

@@ -1 +1,2 @@
ia64/nptl
unix/sysv/linux/wordsize-64

View File

@@ -0,0 +1 @@
m68k/nptl

View File

@@ -0,0 +1 @@
microblaze/nptl

View File

@@ -0,0 +1 @@
mips/nptl

View File

@@ -0,0 +1 @@
powerpc/nptl

View File

@@ -1,3 +1,5 @@
s390/nptl
# These supply the ABI compatibility for when long double was double.
ieee754/ldbl-64-128
ieee754/ldbl-opt

View File

@@ -0,0 +1 @@
sh/nptl

View File

@@ -0,0 +1 @@
sparc/nptl

View File

@@ -0,0 +1 @@
tile/nptl

View File

@@ -1,2 +1,3 @@
unix/sysv/linux/x86
unix/sysv/linux/wordsize-64
x86_64/nptl

View File

@@ -0,0 +1 @@
x86_64/x32/nptl