Date: Fri, 8 Apr 2005 10:03:48 -0700 From: "David O'Brien" <obrien@freebsd.org> To: Michael Hopkins <michael.hopkins@hopkins-research.com> Cc: "freebsd-amd64@freebsd.org" <freebsd-amd64@freebsd.org> Subject: Re: (32-bit) Linux development now working on amd64 Message-ID: <20050408170348.GC81280@dragon.NUXI.org> In-Reply-To: <BE7731A5.36C2D%michael.hopkins@hopkins-research.com> References: <BE7731A5.36C2D%michael.hopkins@hopkins-research.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 04, 2005 at 06:02:13PM +0100, Michael Hopkins wrote: > 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 The patch won't apply. Please send diff -u (or diff -c) output next time. :-) This isn't quite the right fix. > < PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH} > --- > > PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/i386 > 42c42 > < DIST_SUBDIR= rpm/${MACHINE_ARCH}/${PORTVERSION} > --- > > DIST_SUBDIR= rpm/i386/${PORTVERSION} > 61c61 > < --replacepkgs --ignoreos > --- > > --replacepkgs --ignoreos --ignorearch You specified what you did to make it work, but this isn't commitable. On i386 we don't want to --ignorearch. We also don't want to hardcode 'i386' as this breaks the port on Alpha. I've committed s/MACHINE_ARCH/ARCH/g to help. -- -- David (obrien@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050408170348.GC81280>