aboutsummaryrefslogtreecommitdiff
path: root/Makeconfig
AgeCommit message (Expand)AuthorFilesLines
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto1-7/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-12-09nis: Build libnsl with 64 bit time_tAdhemerval Zanella Netto1-1/+1
2022-10-26Remove lingering libSegfault Makefile entriesAdhemerval Zanella1-2/+2
2022-09-13Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich1-1/+17
2022-08-29Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514]Richard Henderson1-1/+1
2022-08-04Remove ldd libc4 supportAdhemerval Zanella1-2/+2
2022-05-18Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu1-0/+12
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella1-1/+2
2022-04-29Do not use --hash-style=both for building glibc shared objectsFlorian Weimer1-9/+0
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song1-8/+2
2022-01-24Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu1-0/+2
2022-01-14Generate gcc-macros.hFlorian Weimer1-0/+9
2022-01-12Do not build libresolv module with 64 bit time_t flagsAdhemerval Zanella1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-17Fix The GNU ToolChain Authors copyright noticeSiddhesh Poyarekar1-1/+1
2021-12-15Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella1-2/+9
2021-12-13Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar1-7/+14
2021-11-10Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.SH.J. Lu1-7/+0
2021-09-17Run conform/ tests using newly built libcJoseph Myers1-7/+16
2021-07-09Force building with -fno-commonFlorian Weimer1-1/+5
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer1-0/+2
2021-06-21Fix librt-routines-var issues for !PTHREAD_IN_LIBCFlorian Weimer1-1/+1
2021-06-17Makeconfig: Fix time64-compat.mk targetSiddhesh Poyarekar1-4/+4
2021-06-15y2038: Add test coverageAdhemerval Zanella1-0/+14
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-6/+0
2021-05-03Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer1-0/+11
2021-03-15Build libc-start with stack protector for SHAREDSiddhesh Poyarekar1-0/+8
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault1-0/+3
2020-04-29Makeconfig: Use $(error ...) to output error messageSimon Marchi1-1/+1
2020-03-25Makeconfig: sandwich gnulib-tests between libc/ld linking of testsPaul E. Murphy1-6/+6
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer1-5/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-29test-container: Install with $(sorted-subdirs) [BZ #24794]Tulio Magno Quites Machado Filho1-3/+3
2019-04-26Makeconfig: Move -Wl,-rpath-link options before library referencesFlorian Weimer1-5/+14
2019-04-26Makeconfig: Move $(CC) to +link command variablesFlorian Weimer1-13/+17
2019-04-25Extend BIND_NOW to installed programs with --enable-bind-nowFlorian Weimer1-3/+5
2019-01-07Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno1-2/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-09-24Don't build libnsl for new ABIsAndreas Schwab1-0/+55
2018-08-21Makeconfig: Do not sort and deduplicate +cflags [BZ # 17248]Florian Weimer1-3/+0
2018-08-17Add --with-nonshared-cflags option to configureFlorian Weimer1-1/+1
2018-08-17Makeconfig (ASFLAGS): Always append required assembler flagsFlorian Weimer1-1/+1
2018-06-29New configure option --disable-crypt.Zack Weinberg1-2/+7
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra1-0/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-19Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [BZ #22630]H.J. Lu1-1/+2
2017-12-18Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614]H.J. Lu1-1/+3