Date: Mon, 04 Apr 2005 18:02:13 +0100 From: Michael Hopkins <michael.hopkins@hopkins-research.com> To: "freebsd-amd64@freebsd.org" <freebsd-amd64@freebsd.org> Subject: (32-bit) Linux development now working on amd64 Message-ID: <BE7731A5.36C2D%michael.hopkins@hopkins-research.com>
next in thread | raw e-mail | index | archive | help
Hi all Some small changes to the linux_devel makefile have allowed it to be installed with linux_base-8 on amd64. I've compiled, linked and run with a fair bit of C code that also includes 32-bit linux static libraries from other places and all seems to work fine. mwh@Athlon % diff linux_devtools/Makefile linux_devtools-8-amd64/Makefile 13c13 < MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS --- > MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/i386/RedHat/RPMS 30c30 < PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH} --- > PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/i386 42c42 < ONLY_FOR_ARCHS= i386 --- > ONLY_FOR_ARCHS= i386 amd64 44c44 < DIST_SUBDIR= rpm/${MACHINE_ARCH}/${PORTVERSION} --- > DIST_SUBDIR= rpm/i386/${PORTVERSION} 61c61 < --replacepkgs --ignoreos --- > --replacepkgs --ignoreos --ignorearch I'm not sure if this is an acceptable approach for changes to ports or how to go about officially posting such changes, but if someone wants to advise me on such things then I'm happy to take this forward myself. Michael _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ _/ _/ _/_/_/ Hopkins Research Ltd _/ _/ _/ _/ _/_/_/_/ _/_/_/ http://www.hopkins-research.com/ _/ _/ _/ _/ _/ _/ _/ _/ 'touch the future' _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BE7731A5.36C2D%michael.hopkins>