Date: Tue, 30 Jul 2002 20:56:03 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/share/mk bsd.cpu.mk Message-ID: <200207310356.g6V3u3ZW041498@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/07/30 20:56:03 PDT Modified files: . Makefile.inc1 share/mk bsd.cpu.mk Log: - Define NO_CPU_CFLAGS during BMAKE and TMAKE (and thus XMAKE) so that bsd.cpu.mk doesn't have to worry about compilers other than the current version. - Allow TARGET_CPUTYPE to override CPUTYPE in bsd.cpu.mk. - Treat an empty CPUTYPE the same as an undefined CPUTYPE. - For buildworld, buildkernel, etc., define TARGET_CPUTYPE to CPUTYPE for native builds and define it to be empty for cross-builds. TARGET_CPUTYPE is only defined if it is not already defined via the commandline or environment. Revision Changes Path 1.298 +5 -2 src/Makefile.inc1 1.15 +7 -5 src/share/mk/bsd.cpu.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207310356.g6V3u3ZW041498>