GNUArchitecture macro used to be defined for GNU/kFreeBSD, but it was disabled when we moved to using linux.cf. Programs use this macro to check for Glibc-ness, so we need it. Please, could you bring it back? --- xc/config/cf/Imake.cf~ 2005-12-29 03:37:59.000000000 +0100 +++ xc/config/cf/Imake.cf 2006-03-18 11:12:48.000000000 +0100 @@ -787,6 +787,9 @@ # ifdef __linux__ # define LinuxArchitecture # endif +# ifdef __GLIBC__ +# define GNUArchitecture +# endif # ifdef i386 # ifndef i386Architecture # define i386Architecture
as I explained before, 6.9 is a dead tree
The problem still applies to CVS HEAD (in util/cf/Imake.cf). Please could you reconsider?
Patch applied, for the sake of software from other people that still uses Imake. Imake.cf | 3 +++ 1 files changed, 3 insertions(+) New commits: commit 9c8ca4fe2066924754c3c1ea78ef0788ceaf320b Author: Robert Millan <rmh@aybabtu.com> Date: Fri Jul 14 18:50:34 2006 -0700 Bug #6310: GNUArchitecture needed for GNU/kFreeBSD <https://bugs.freedesktop.org/show_bug.cgi?id=6310>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.