| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-08-27 | Allow for building a crosstools version of gprof. | simonb | |
| Disabled by default, can be enabled with MKCROSSGPROF=yes. | |||
| 2006-08-26 | undo previous. I'll do it differently. | christos | |
| 2006-08-26 | compile efun.c too. | christos | |
| 2006-08-26 | Some tools need efuns. | christos | |
| 2006-08-26 | Remove advertising clause. | christos | |
| 2006-08-23 | point out the GCC4 dirs not the GCC3 dirs. | mrg | |
| 2006-08-23 | pass RAW_GCC_FOR_TARGET when running configure-target-libstdc++-v3. | mrg | |
| now iconv and wchar_t things are properly set. still missing _GLIBCXX_HAVE_S_IFREG and _GLIBCXX_USE_NLS. | |||
| 2006-08-20 | Also check for DIR.__dd_fd. tools/compat now builds on the WWDC developer | thorpej | |
| preview version of Mac OS X "Leopard". | |||
| 2006-08-03 | * Fix parallel build race condition between real{all,depend} and | freza | |
| <bsd.subdir.mk> targets. * No need to pass TOOLDIR to recursive cleandir in real{all,depend}. With help from he@. OK by tron@. | |||
| 2006-08-03 | Another attempt to fix the race in parallel builds. | tron | |
| 2006-07-21 | Configure using --with-separate-debug-dir=/usr/libdata/debug. | lukem | |
| (The various MACHINE-specific configurations will need to be regenerated.) | |||
| 2006-07-19 | Invoking "make cleandir" with "PREVIOUSTOOLDIR" set to the previous | tron | |
| location will not stop recursive "make cleandir" calls. Pass the new location instead. | |||
| 2006-07-18 | gettext should .WAIT for autoconf. | lukem | |
| (The former still doesn't seem to work on read-only source; separate issue) | |||
| 2006-07-17 | Avoid getting into a loop of "make cleandir" instances if the location | tron | |
| tool directory has been changed or wasn't recorded before. | |||
| 2006-07-17 | Remove ".WAIT" again because it doesn't fix the problem. | tron | |
| 2006-07-12 | Add an extra ".WAIT" to the "realall realdepend" target to make sure | tron | |
| it finished cleaning the tools directory in case of tool directory mismatch before we try to rebuild the tools. | |||
| 2006-07-02 | Explicitly pass "--prefix=/usr" to configure so that DEBUGDIR and | nathanw | |
| LOCALEDIR point into /usr rather than /usr/local. | |||
| 2006-07-01 | force --disable-shared on vax so that GCC does not think it can use | mrg | |
| shared libgcc. | |||
| 2006-06-30 | Use _TOOL_PREFIX if present. | ross | |
| 2006-06-25 | convert build/ggc-none.o to build-ggc-none.lo. | mrg | |
| 2006-06-24 | introduce a new CXXADDFLAGS and use it to pass CPPFLAG_ISYSTEMXX to | mrg | |
| configure. also, clean up this a little more to make mknative-gcc work on GCC3 again, while fixing some breakage in the last couple of revisions. | |||
| 2006-06-24 | also grab ${_extravars} for GCC4 in the get_gcc() function. | mrg | |
| 2006-06-22 | only build lint and lint2 if MKLINT != "no". | mrg | |
| 2006-06-18 | Make TOOL_SED, to allow using our own sed in cases where the host's version | gdamore | |
| is busted in some way. The TOOL_SED doesn't use TIOCGWINSIZE, and has some changes to include nbtool_config.h in a cross build environment. Combined with some other changes (not yet committed), this allows cross compiling m68k code on Solaris 10/amd64. | |||
| 2006-06-09 | Fixes for mknative runs on gcc3. | skrll | |
| - get the information from a gcc3 .native - don't get gcc4 variables - put back the getvars for SHLIB_LINK SHLIB_MULTILIB as they work on gcc3 and leave as XXX'd on gcc4. I've re-arranged some of the variables to minimise the differences, but didn't do them all. | |||
| 2006-06-03 | delete GCC2 support. | mrg | |
| 2006-06-02 | remove support for building (with) GCC 2.95. also: | mrg | |
| - always install <stdbool.h> - don't generate a fake one for vax / gettext. | |||
| 2006-06-02 | make this work for GCC3 one again. | mrg | |
| 2006-06-02 | Notes for how to do the mknative dance (based on the gcc one, but with | nathanw | |
| unnecessary steps removed). | |||
| 2006-05-30 | Support .native in an objdir, so I can keep more than one around at a | nathanw | |
| time. | |||
| 2006-05-29 | Support for mknative machinery. | nathanw | |
| 2006-05-29 | mknative script for gdb6. Largely cribbed from mknative-binutils. | nathanw | |
| 2006-05-26 | use the same "Generated from: " tag for mknative.common so that changes | mrg | |
| that only affect rcsid's don't cause all generated files to change. | |||
| 2006-05-23 | also grab ALL_OPT_FILES from gcc/Makefile for libobjc4. | mrg | |
| 2006-05-20 | Don't remove files that are needed for a build after make clean. Before | christos | |
| 'make clean; make' failed in tools because necessary configure generated files were removed. The failure manifested itself with string_to_flags being undefined in binstall. | |||
| 2006-05-17 | quote variables in the gmake version of getvars() so that stuff that | mrg | |
| looks like (FOO|BAR) works. | |||
| 2006-05-17 | configure-libiberty is only good for GCC4. | mrg | |
| move a comment next to it's code. | |||
| 2006-05-15 | make sure that c++ headers work again. | mrg | |
| 2006-05-15 | also note the rcsid of mknative.common | mrg | |
| 2006-05-15 | when generating path names also substitute the real path name as well as | mrg | |
| the VPATH. now /usr/src doesn't end up in libstdc++-v3_4 defs.mk. | |||
| 2006-05-12 | set AR and RANLIB to the host versions in MAKE_ARGS - otherwise the | mrg | |
| build of the "build-libiberty" fails due to these being set to "". | |||
| 2006-05-12 | put MAKE_ARGS in the gmake command line. | mrg | |
| 2006-05-12 | support GCC4: | mrg | |
| - look in gnu/dist/gcc4 - don't build fortran - use /usr/bin/env -i so that gmake works (XXX - breaks from MAKEFLAGS in the build.sh generated makewrapper.) - use gmake and Makefile.gmakehost - update .native/.configure_done target | |||
| 2006-05-12 | - ensure $MAKE is set | mrg | |
| - support $MAKE as gmake for getvars() | |||
| 2006-05-11 | initial wrapper for gmake-requiring tools. probably does not yet | mrg | |
| work on all currently supported netbsd build hosts. XXX current issues: XXX - calls /usr/bin/env -i directly, mostly to wipe-out MAKEFLAGS XXX from the environment (usually set by the buildwrapper to XXX "-de -m <path-to>/share/mk" | |||
| 2006-05-11 | check HAVE_GCC == 4 not USE_GCC4. | mrg | |
| 2006-04-01 | Don't barf if USE_GCC4 is not defined. | christos | |
| 2006-03-29 | Turn on gmake builds if GCC4 is enabled (and force it's install before ↵ | jmc | |
| continuing | |||
| 2006-03-29 | Add support for installing gmake as tools/bin/nbgmake | jmc | |
| 2006-02-22 | Twiddle configure/configure.ac to check/define/create machine/endian.h; this | dogcow | |
| should fix PR/32878. Tested on NetBSD-current, FreeBSD4, Solaris8. | |||
