| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-03-19 | (re-)run gcc mknative for powerpc64. | skrll | |
| Fixes PR/43008. | |||
| 2010-03-14 | update 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-01 | Use HUGE_VAL on VAX as INFINITY requires a warning according to ISO C99 | joerg | |
| on VAX. Use the less intrusive approach of a conditional here. | |||
| 2010-02-27 | Resolve 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-22 | Fix check for old trap frame layout. | dsl | |
| 2010-02-21 | Add more FreeBSD versions. | wiz | |
| 2010-02-21 | Add FreeBSD-8.0. | wiz | |
| 2010-02-18 | Fix typo (specifed -> specified). | wiz | |
| 2010-02-09 | Fix typo. | wiz | |
| 2010-02-04 | Sort library descriptions. | wiz | |
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy | |
| OK: core@, jdc@ | |||
| 2010-01-26 | Install 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-20 | add libelf | christos | |
| 2009-12-18 | For 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-18 | Regenerate with libgcc TFmode softfloat support enabled. | uebayasi | |
| 2009-12-18 | Libgcc softfloat wrapper source code. This file is not auto-generated. Due | uebayasi | |
| to the design of libgcc build procedure I had to reverse engineer this from generated files. | |||
| 2009-12-18 | Fix a misplaced conditional I made. | uebayasi | |
| 2009-12-17 | copy 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-15 | XXX: turn off sim support by hand. yay, now gdb links on mips64. | mrg | |
| 2009-12-15 | Fix parallel build. Analyzed & patch provided by enami@, thanks! | uebayasi | |
| 2009-12-15 | First pass at gdb mknative for mips64* | skrll | |
| 2009-12-14 | Conditionalize gnu/usr.bin/groff build by ${MKGROFF}. | uebayasi | |
| 2009-12-14 | Conditionalize some build directories by ${MKCXX}. | uebayasi | |
| 2009-12-14 | run mknative-gcc for these, in -current. | mrg | |
| 2009-12-14 | regenerate these with -current mknative-gcc. | mrg | |
| 2009-12-14 | add the mips64 files as found on the matt-nb5-mips64 branch, | mrg | |
| for base-reference. | |||
| 2009-12-14 | Merge gcc mips64 support from matt-nb5-mips64. | matt | |
| 2009-12-09 | Fix inverted condition in previous. | uebayasi | |
| 2009-12-09 | Switch to new style only if is explicitly set. | uebayasi | |
| 2009-12-09 | Don't put intermediate data. Prompted by mrg@. | uebayasi | |
| 2009-12-05 | Remove support for NetBSD/playstation2. | pooka | |
| 2009-11-30 | Correct CLEANFILES in the new style case. | uebayasi | |
| 2009-11-30 | Enable the new style build if the new style generated makefiles exist. | uebayasi | |
| 2009-11-30 | Minor clean up. No functional changes. | uebayasi | |
| 2009-11-30 | Minor clean-up for the coming changes. | uebayasi | |
| 2009-11-30 | Wrapper generation rule for the new style libgcc reach-over. | uebayasi | |
| 2009-11-30 | Snapshot of generated files. Makfile glue will come soon. | uebayasi | |
| 2009-11-30 | Initial check-in of the new libgcc mknative analyzed files for mips64eb. | uebayasi | |
| 2009-11-27 | Lookup lwp0.l_addr instead of proc0paddr to locate PCB. | enami | |
| 2009-11-26 | Don't build sh64 code even if BFD64 as suggested by uwe@ (privately). We | uebayasi | |
| don't need sh64 at all. This fixes sh3 MKCROSSGDB=yes build. | |||
| 2009-11-17 | Mention IEEE Std 1003.1-2008. Bump date. | wiz | |
| 2009-11-11 | Add the -iremap option to gcc(1) and cpp(1). This option specifies a | joerg | |
| 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-08 | There's no longer a gnu/usr.sbin so don't try to descend into it. | pgoyette | |
| (Hello, skrll) | |||
| 2009-11-08 | Remove binutils 2.16 crossover build files. | skrll | |
| 2009-11-07 | Remove old binutils. | skrll | |
| 2009-11-06 | Accept -U num. Nowadays, diff(1) rejects -u0 etc by default. | enami | |
| 2009-11-04 | Don't build & install ncdcs if ${MKBINUTILS} == "no". | dyoung | |
| In the set list, mark ncdcs as a binutils 2.16 item. | |||
| 2009-10-29 | use %option instead of #define YY_NO_... | christos | |
| 2009-10-29 | YY_NO is not needed here. | christos | |
| 2009-10-25 | Add .%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. | |||
