Date: Wed, 11 Mar 1998 13:00:50 -0800 (PST) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile.alpha Message-ID: <199803112100.NAA03765@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/03/11 13:00:49 PST Modified files: . Makefile.alpha Log: Put a -DBOOTSTRAP in the make flags for the lib-tools so that the crt objects built during that phase don't try to find FreeBSD specific headers. This causes the rtld to be left out, but that's OK because at this stage, the programs are linked statically anyway. When the libraries are built, the crt objects will be built with the FreeBSD tools and compiled against the FreeBSD headers, so that's the time when the rtld support cuts in. Revision Changes Path 1.5 +4 -3 src/Makefile.alpha 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?199803112100.NAA03765>