Go to file
Gabriel F. T. Gomes 9ae967bf45 ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128
Some compiler versions, e.g. GCC 7, complain when -mlong-double-128 is
used together with -mabi=ibmlongdouble or -mabi=ieeelongdouble,
producing the following error message:

  cc1: error: ‘-mabi=ibmlongdouble’ requires ‘-mlong-double-128’

This patch removes -mlong-double-128 from the compilation lines that
explicitly request -mabi=*longdouble.

Tested for powerpc64le.

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
2019-12-27 15:02:10 -03:00
argp
assert Fix failure when CFLAGS contains -DNDEBUG (Bug 25251) 2019-12-10 12:22:42 -05:00
benchtests
bits Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 2019-12-27 15:02:10 -03:00
catgets
ChangeLog.old
conform
crypt
csu
ctype
debug
dirent
dlfcn
elf Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnow 2019-12-19 16:06:50 +01:00
gmon
gnulib
grp
gshadow
hesiod
htl
hurd
iconv
iconvdata
include Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 2019-12-27 15:02:10 -03:00
inet
intl
io hurd: Fix ld.so __access override from libc 2019-12-01 21:05:56 +00:00
libio Remove __waitpid_nocancel 2019-12-19 16:11:09 -03:00
locale
localedata mnw_MM, my_MM, and shn_MM locales: Do not use %Op 2019-12-23 23:49:22 +01:00
login
mach hurd: make strerror(0) coherent with other ports 2019-12-01 16:36:43 +00:00
malloc Correct range checking in mallopt/mxfast/tcache [BZ #25194] 2019-12-05 16:46:37 -05:00
manual aarch64: Add Huawei Kunpeng to tunable cpu list 2019-12-19 16:31:04 -03:00
math
mathvec
misc ldbl-128ibm-compat: Add *cvt functions 2019-12-23 16:32:20 -03:00
nis
nptl nptl: Move waitpid implementation to libc 2019-12-19 16:11:09 -03:00
nptl_db
nscd
nss
po
posix Add exception-based flags for wait4 2019-12-20 09:59:11 -03:00
pwd
resolv resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358] 2019-11-27 20:54:37 +01:00
resource
rt
scripts build-many-glibcs.py: Do not build C++ PCHs by default 2019-12-18 08:47:45 +01:00
setjmp
shadow
signal
socket
soft-fp
stdio-common
stdlib hurd: Fix local PLT 2019-12-13 11:11:54 +01:00
string <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232] 2019-12-05 16:50:00 +01:00
sunrpc
support resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358] 2019-11-27 20:54:37 +01:00
sysdeps ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128 2019-12-27 15:02:10 -03:00
sysvipc
termios
time
timezone
wcsmbs
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
config.h.in
config.make.in
configure x86: Assume --enable-cet if GCC defaults to CET [BZ #25225] 2019-12-03 18:48:18 +01:00
configure.ac x86: Assume --enable-cet if GCC defaults to CET [BZ #25225] 2019-12-03 18:48:18 +01:00
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS
Makeconfig Expand $(as-needed) and $(no-as-needed) throughout the build system 2019-12-03 21:37:50 +01:00
Makefile Do not use ld.so to open statically linked programs in debugglibc.sh 2019-12-04 09:17:06 -03:00
Makefile.help
Makefile.in
Makerules Expand $(as-needed) and $(no-as-needed) throughout the build system 2019-12-03 21:37:50 +01:00
NEWS Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304] 2019-11-27 20:55:35 +01:00
o-iterator.mk
README
Rules
shlib-versions
test-skeleton.c
version.h

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 3.2 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	arm-*-linux-gnueabi
	csky-*-linux-gnuabiv2
	hppa-*-linux-gnu
	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	riscv64-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see https://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at https://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see https://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 1996-2015, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.