summaryrefslogtreecommitdiff
path: root/gnu/lib
AgeCommit message (Expand)Author
2014-06-13delete GCC 4.1 reach over.mrg
2011-10-17do not build profiling versions of libgcc or libgcc_eh.chs
2011-05-30Disable build with clang since it ends up calling __floatuntixf, whichjoerg
2011-05-30Ignore warnings when building with clang for now.joerg
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-05-20Needs -fheinous-gnu-extensions when building with Clangjoerg
2011-05-20Clang doesn't support some of the GNU extensions here, so disable it.joerg
2010-12-08Fix some LP64 issuesjoerg
2010-12-03Remove the do-external-lib and do-gnu-lib targets, along withplunky
2010-11-28Centralise USE_COMPILERCRTSTUFF.skrll
2010-08-07Don't build the CRT stuff here for i386 and x86_64.joerg
2010-07-06remove almost all the ability to build netbsd with an a.out target.mrg
2010-06-25Explicitly link libstdc++ against libm as found by Arnaud Lacombe.joerg
2010-05-08re-run mknative-gcc. picks up:mrg
2010-05-06mknative-gcc run to pick up gthr-posix.h changedrochner
2010-03-19(re-)run gcc mknative for powerpc64.skrll
2010-03-14update all of these makefiles for the .so -> .pico change.mrg
2009-12-18For new libgcc rules; include generated makefiles first, then register ${LIB}uebayasi
2009-12-18Regenerate with libgcc TFmode softfloat support enabled.uebayasi
2009-12-18Libgcc softfloat wrapper source code. This file is not auto-generated. Dueuebayasi
2009-12-18Fix a misplaced conditional I made.uebayasi
2009-12-17copy across a hack from the mips libc/mcount build. self documenting:mrg
2009-12-14Conditionalize some build directories by ${MKCXX}.uebayasi
2009-12-14run mknative-gcc for these, in -current.mrg
2009-12-14regenerate these with -current mknative-gcc.mrg
2009-12-14add the mips64 files as found on the matt-nb5-mips64 branch,mrg
2009-12-09Fix inverted condition in previous.uebayasi
2009-12-09Switch to new style only if is explicitly set.uebayasi
2009-12-09Don't put intermediate data. Prompted by mrg@.uebayasi
2009-11-30Correct CLEANFILES in the new style case.uebayasi
2009-11-30Enable the new style build if the new style generated makefiles exist.uebayasi
2009-11-30Minor clean up. No functional changes.uebayasi
2009-11-30Minor clean-up for the coming changes.uebayasi
2009-11-30Wrapper generation rule for the new style libgcc reach-over.uebayasi
2009-11-30Snapshot of generated files. Makfile glue will come soon.uebayasi
2009-11-30Initial check-in of the new libgcc mknative analyzed files for mips64eb.uebayasi
2009-11-08Remove binutils 2.16 crossover build files.skrll
2009-10-01If TARGET_FLOAT_FORMAT is not IEEE_FLOAT_FORMAT (i.e. we have no NaNs),martin
2009-09-08Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. Thisskrll
2009-08-18Make binutils stuff conditional on HAVE_BINUTILS being 216.skrll
2009-08-16Re-run mknative for crtstuff.skrll
2009-05-01install libgcc_s.so in /lib for MKPIE=yes.christos
2009-03-27regenerated after i386 gcc configuration change (assume i486)drochner
2009-03-08Regenerate these using tools/binutils/Makefile's mknative-binutilshe
2009-03-07Regenerate these using tools/binutils/Makefile's mknative-binutilshe
2009-01-11bump majors.christos
2008-10-26add ${LDOPTS} to the compile command.mrg
2008-10-25use ${BFD_MACHINE_ARCH} in preference to ${MACHINE_ARCH}, if defined.mrg
2008-10-25Use ${TOOL_SED} instead if plain sed in Makefiles.apb
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb