|
|
Change the system name from 'FreeBSD' to 'DragonFly'. We are now officially DragonFly 1.0-CURRENT. The change is fairly straight forward but involves adding support for the 'DragonFly' OS type in various gnu contributed pieces (typically configure based), as well as compiler and BFD support for building GCC and friends (basically just copied the FreeBSD files for DragonFly). Additionally, hack the ports makefiles with UNAME_xxx environment variables so ports builds think its still a FreeBSD-4.8 system. Otherwise most of the ports will fail.
1: /* $FreeBSD: src/gnu/usr.bin/binutils/gdb/i386/version.c,v 1.4.4.1 2002/05/14 21:20:51 mp Exp $ */
2: /* $DragonFly: src/gnu/usr.bin/binutils/gdb/i386/version.c,v 1.3 2003/11/19 00:51:37 dillon Exp $ */
3: char *version = "4.18 (FreeBSD)";
4: char *host_name = "i386-unknown-dragonfly";
5: char *target_name = "i386-unknown-dragonfly";