aboutsummaryrefslogtreecommitdiff
path: root/Makeconfig
AgeCommit message (Collapse)Author
2012-10-25Fix run-program-prefix comment.Joseph Myers
2012-10-24Support cross-testing.Joseph Myers
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-23Add and use $(host-built-program-cmd).Jim Blandy
2012-10-23Refactor parts of run-program-prefix and built-program-cmd into new ↵Joseph Myers
run-via-rtld-prefix.
2012-10-19Remove relics of support for configuring in the source directory.Joseph Myers
2012-10-10Don't include link-libc-static in +link-static-before-libc.Joseph Myers
2012-09-28Clean up *objdir variables.Roland McGrath
2012-09-24Use static link by default for --disable-sharedH.J. Lu
2012-09-24Replace crtendS.o with crtend.o for static linkH.J. Lu
2012-09-15Remove $(have-cpp-asm-debuginfo) checkH.J. Lu
2012-09-06Use crtbeginT.o to statically link programsH.J. Lu
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath
2012-08-02Small cleanup in Makeconfig.Marek Polacek
2012-07-03Avoid use of libgcc_s and libgcc_eh when building glibc.Joseph Myers
2012-06-22Respect --localstatedir for /var/db parent directory.Roland McGrath
2012-06-01Remove unused default-abi definition in Makeconfig.Joseph Myers
2012-05-30Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu
2012-05-24syscalls.list support for vDSO IFUNCs, use it for x32 gettimeofday and time.Roland McGrath
2012-05-16BZ#10375: Configure magic to use -fno-stack-protector if needed.Roland McGrath
2012-05-16BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed.Roland McGrath
2012-05-08Revert "Revert "Build glibc with -frounding-math""Andreas Jaeger
This reverts commit 20f244a03fda84d1556674584b340e2459ef3d99.
2012-05-07Revert "Build glibc with -frounding-math"Andreas Jaeger
This reverts commit bd7b0e561f7f684cedfc4adb964569fe9ab16209. Conflicts: ChangeLog
2012-05-06Build glibc with -frounding-mathAndreas Jaeger
* Makeconfig (+math-flags): New, set to -frounding-math. (+cflags): Add +math-flags so that all of glibc gets compiled with it.
2012-05-01Remove unused localtime makefile variables.Joseph Myers
2012-04-25Remove --as-needed configure test.Joseph Myers
2012-04-24Don't handle libgcc_s suffixes.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-08Remove have-initfini and need-nopic-initfiniAndreas Schwab
2012-01-27Sort objects before relocationsUlrich Drepper
2012-01-08Static linking is always neededUlrich Drepper
2012-01-07Remove non-ELF supportUlrich Drepper
2012-01-07Remove --enable-omitfp supportUlrich Drepper
2011-09-19Use CPPFLAGS from configure.Mike Frysinger
2011-09-10Cleanup of configuration optionsUlrich Drepper
Make several tool features mandatory and simplify the code.
2011-08-17Add rules to build libresolv with SSP flagsUlrich Drepper
2011-06-15Install db-MakefileUlrich Drepper
2011-05-28Add sotruss programUlrich Drepper
2011-05-13Add support for generated PIE link rulesAndreas Schwab
2011-05-05Use --{start,end}-group to handle circular dependency between libgcc.a and ↵Paul Pluzhnikov
libc.a.
2011-02-15Remove use of ranlib.Ulrich Drepper
2010-10-24Work around shortest-stem feature in make 3.82+Andreas Schwab
2010-04-19Link as-needed against ld.so.Roland McGrath
2010-04-09Revert "Shorten build commands"Roland McGrath
This reverts commit 59d9f1d6983fc9b606a1f9214fb817efe3d6cff8.
2010-04-08Shorten build commandsDaniel Jacobowitz
This patch scratches an itch. Each individual gcc command in the glibc build is over 1K, which means it takes up a good chunk of my terminal. Most of that is include paths. Any version of GCC new enough to build glibc supports response files, which were added in 2005. So use a response file for the static list of include paths. Now the build commands are a lot shorter, and easier to use when developing glibc.
2010-04-05Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS.Paul Pluzhnikov
2010-01-14Pass $(sysdep-LDFLAGS) when using --print-file-name.Ryan S. Arnold
2009-06-16Consolidate PIE linking Makefile rules.H.J. Lu
2009-05-09* Makeconfig: Undo last change. Add asflags-cpu to ASFLAGS in theglibc-2.10cvs/glibc-2_10-basecvs/glibc-2_10cvs/fedora-glibc-20090509T2200Ulrich Drepper
same place we add ASFLAGS-config.
2009-05-09[BZ #10118]Ulrich Drepper
2009-05-06 Ryan S. Arnold <rsa@us.ibm.com> [BZ #10118] * Makeconfig (+asflags): New variable based upon ASFLAG or asflags-cpu. (ASFLAGS): Add override to set ASFLAGS to +asflags. * config.make.in (asflags-cpu): Add variable based upon @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to the assembler. * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S: Remove unneeded file now that the assembler emits _ARCH_PWR6 and recognizes power6 instruction set due to passing -mcpu=power6 from --with-cpu=power6 when compiling .S files. * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S: Likewise.