cvs commit: src/bin Makefile.inc src/sbin Makefile.inc
Marcel Moolenaar
marcel at FreeBSD.org
Wed Nov 19 08:59:01 PST 2003
marcel 2003/11/19 08:59:00 PST
FreeBSD src repository
Modified files:
bin Makefile.inc
sbin Makefile.inc
Log:
Force a staticly linked /bin and /sbin for ia64. The necessary changes
to gcc have not been made for ia64, which means that executables still
have /usr/libexec/ld-elf.so.1 as the dynamic linker. This simply does
not work if /usr is a seperate filesystem not mounted when the kernel
tries to execute init(8).
Note that this is a temporary fix until a new gcc has been imported
that does have the required changes.
Approved: re@
Revision Changes Path
1.20 +1 -1 src/bin/Makefile.inc
1.12 +1 -1 src/sbin/Makefile.inc
More information about the cvs-src
mailing list