summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2010-03-19(re-)run gcc mknative for powerpc64.skrll
Fixes PR/43008.
2010-03-14update all of these makefiles for the .so -> .pico change.mrg
most of them are most harmless, but the libgcc parts are quite essential. before this change, all the special rules for .pico files were not applied, and exception handling wasn't enabled. this caused c++ exceptions not to work on sparc64. this fixes the build of boost-headers (it was correctly calling exception support broken!), which in turn makes all the things that depend upon it to actually work again on sparc64.
2010-03-01Use HUGE_VAL on VAX as INFINITY requires a warning according to ISO C99joerg
on VAX. Use the less intrusive approach of a conditional here.
2010-02-27Resolve disagreement between comment and code in favour of the comment,joerg
so that more than one .%U can be used. Found by Jukka Ruohonen.
2010-02-22Fix check for old trap frame layout.dsl
2010-02-21Add more FreeBSD versions.wiz
2010-02-21Add FreeBSD-8.0.wiz
2010-02-18Fix typo (specifed -> specified).wiz
2010-02-09Fix typo.wiz
2010-02-04Sort library descriptions.wiz
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
OK: core@, jdc@
2010-01-26Install mom macro sets again, per request from Petar Bogdanovic.wiz
Don't install generated PostScript files that were part of the reason for the removal. Based on a patch by him with slight changes.
2009-12-20add libelfchristos
2009-12-18For new libgcc rules; include generated makefiles first, then register ${LIB}uebayasi
and on-the-fly source rules. No changes against existing libgcc rules.
2009-12-18Regenerate with libgcc TFmode softfloat support enabled.uebayasi
2009-12-18Libgcc softfloat wrapper source code. This file is not auto-generated. Dueuebayasi
to the design of libgcc build procedure I had to reverse engineer this from generated files.
2009-12-18Fix a misplaced conditional I made.uebayasi
2009-12-17copy across a hack from the mips libc/mcount build. self documenting:mrg
+.if (${MACHINE_ARCH} == "mips64eb") || (${MACHINE_ARCH} == "mips64el") +# Turn off as(1) warnings on MIPS, since warnings are fatal with WARNS>0 +# and GCC configury passes -finhibit-size-directive which causes mips-gas +# to barf. Don't know what the real fix for this is... +# +# XXX should be COPTS, but that's too early +CPUFLAGS+=-Wa,--no-warn
2009-12-15XXX: turn off sim support by hand. yay, now gdb links on mips64.mrg
2009-12-15Fix parallel build. Analyzed & patch provided by enami@, thanks!uebayasi
2009-12-15First pass at gdb mknative for mips64*skrll
2009-12-14Conditionalize gnu/usr.bin/groff build by ${MKGROFF}.uebayasi
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
for base-reference.
2009-12-14Merge gcc mips64 support from matt-nb5-mips64.matt
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-12-05Remove support for NetBSD/playstation2.pooka
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-27Lookup lwp0.l_addr instead of proc0paddr to locate PCB.enami
2009-11-26Don't build sh64 code even if BFD64 as suggested by uwe@ (privately). Weuebayasi
don't need sh64 at all. This fixes sh3 MKCROSSGDB=yes build.
2009-11-17Mention IEEE Std 1003.1-2008. Bump date.wiz
2009-11-11Add the -iremap option to gcc(1) and cpp(1). This option specifies ajoerg
prefix transformation rule for __FILE__ and can be used to avoid hard-coding the location of the source tree in the resulting binary.
2009-11-08There's no longer a gnu/usr.sbin so don't try to descend into it.pgoyette
(Hello, skrll)
2009-11-08Remove binutils 2.16 crossover build files.skrll
2009-11-07Remove old binutils.skrll
2009-11-06Accept -U num. Nowadays, diff(1) rejects -u0 etc by default.enami
2009-11-04Don't build & install ncdcs if ${MKBINUTILS} == "no".dyoung
In the set list, mark ncdcs as a binutils 2.16 item.
2009-10-29use %option instead of #define YY_NO_...christos
2009-10-29YY_NO is not needed here.christos
2009-10-25Add .%U to mark up URLs in bibliographic entries of mdoc(7) pages.joerg
Discussed with wiz, Kristaps Dzonsons and Ruslan Ermilov, proposed (without reaction) on the groff mailing list.