Date: Wed, 19 Nov 2003 08:59:00 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin Makefile.inc src/sbin Makefile.inc Message-ID: <200311191659.hAJGx0T6068569@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311191659.hAJGx0T6068569>