60 Commits (4e0b4a5de735ecb241fadb1e15381c947e16e71f)

Author SHA1 Message Date
Rich Felker d79b27785f fail configure on --enable-shared if -Bsymbolic-functions doesn't work 12 years ago
Rich Felker 7c6db373a5 trivial formatting fix for the config.mak generated by configure 12 years ago
Rich Felker 9ca4dae5d8 add configure check for broken gcc 4.9.0 and possibly other versions 12 years ago
Rich Felker 8945667fad add configure check for working compiler 12 years ago
Bobby Bingham 23d64182d8 fix superh nofpu check on old gcc versions 12 years ago
rofl0r 8c820231ed configure: check for __ILP32__ if arch is x86_64 12 years ago
Rich Felker f162c064ab make configure accept alternate gcc tuples for x32 12 years ago
Rich Felker 0b8f0c57c0 improve configure's target arch matching 12 years ago
Rich Felker 3d7f5c363e fix missing CFLAGS in configure test for float on sh 12 years ago
Rich Felker 946b9fad03 fix copy-and-paste error in configure's IEEE double check for sh 12 years ago
Rich Felker b1683a1d6a add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 12 years ago
Rich Felker 5c27c4458f fix endian subarchs for sh arch 12 years ago
Rich Felker aacd348637 rename superh port to "sh" for consistency 12 years ago
Szabolcs Nagy e5bb165bed mips: add mips-sf subarch support (soft-float) 12 years ago
Bobby Bingham 3a3c813e08 superh port 13 years ago
rofl0r adbeefbebd configure: suppress bogus pointer-int cast warnings 13 years ago
rofl0r 3e4b2cdc1b configure: recognize x86_64-x32 and x32 13 years ago
Rich Felker f7bc29ed22 remove -Wcast-align from --enable-warnings 13 years ago
Rich Felker 06ceee8ca3 add attribute((may_alias)) checking in configure 13 years ago
Rich Felker e449974dc5 fix two bugs in sed code configure uses to save command line 13 years ago
Rich Felker 453f462297 make configure store its command line in config.mak for easy re-run 13 years ago
Rich Felker 4918c2bb20 fix detection of arm hardfloat 13 years ago
Rich Felker 90d7772251 allow subarch-specific asm, including asm specific to the default 13 years ago
Rich Felker 86cc54b577 protect against long double type mismatches (mainly powerpc for now) 13 years ago
Rich Felker 4a1f55e92f work around gcc 4.8's generation of self-referential mem* functions at -O3 13 years ago
Rich Felker 43d2531316 do not include math modules in the default -O3 optimization set 13 years ago
Rich Felker a80847d86a enhance build process to allow selective -O3 optimization 13 years ago
Rich Felker df065781ee fix invalid C in new trycppif tests in configure script 13 years ago
Rich Felker 3e7f186ea1 add build system support for arch endian & float abi variants 13 years ago
Rich Felker 2384f27d34 treat invalid C as an error even if warnings aren't enabled. 14 years ago
Rich Felker 6c0cba819f fix error in configure script using >/dev/null in noclobber mode 14 years ago
rofl0r 1c8eb8bad7 PPC port cleaned up, static linking works well now. 14 years ago
Rich Felker 3d9e3a309f fix "configure --prefix=" and improve path/arg handling in configure 14 years ago
Rich Felker cd31a1fc08 further pcc fixes in configure 14 years ago
Rich Felker 3d99266b5e add support for detecting pcc's compiler runtime 14 years ago
Rich Felker 80a45458e0 configure: test not just compiling but linking with -march/-mtune 14 years ago
Rich Felker 01e5a1b6cd use $CC rather than "$CC" in configure script 14 years ago
Rich Felker adefe830dd tell the assembler to mark all files as not requiring executable stack 14 years ago
Rich Felker 8c0a3d9e5c microblaze port 14 years ago
Rich Felker 2c1cd2399a add LIBCC (compiler runtime) logic and override to configure 14 years ago
Rich Felker b439c051c7 get rid of eh_frame bloat 14 years ago
Rich Felker 2bd05a4fc2 add gnu hash support in the dynamic linker 14 years ago
Rich Felker 94e920d0cd support configuring cross compiling with CROSS_COMPILE prefix variable 14 years ago
Rich Felker 721564a264 make configure accept mipsel 14 years ago
Rich Felker 470569ca00 remove configure check disabling shared libraries on mips 14 years ago
Rich Felker a1546e8d61 disable dynamic linking on mips for now (broken) 14 years ago
Rich Felker 6315004f61 initial version of mips (o32) port, based on work by Richard Pennington (rdp) 14 years ago
Rich Felker 2121b8a44f configure: only use -ffloat-store on i386 14 years ago
Rich Felker 498a100d05 check for ld support of -Bsymbolic-functions; disable shared if not avail 14 years ago
Rich Felker f1fd7577ba use -nostdlib in linker tests to avoid possible missing crt/lib issues 14 years ago