tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Endian-ness conditional dependencies?
Date: Thu, 7 Apr 2016 22:15:31 -0500 (CDT)
From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
So, I see "endian.mk". It would seem it must be explicitly included if
endian-ness is an issue.
In the case of "xf86-video-intel" it's probably sufficient to build it
only if MACHINE_ARCH is i386 or x86_64.
Can't imagine xf86-video-intel making sense on any other architecture.
(Maybe running X in a non-x86 syscall-emulated VM on an x86 host...but
if you're doing that you'd better know what you're doing enough to
work around it.) I'd just do ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64.
Home |
Main Index |
Thread Index |
Old Index