Bug 6310 - [PATCH] GNUArchitecture needed for GNU/kFreeBSD
Summary: [PATCH] GNUArchitecture needed for GNU/kFreeBSD
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Build/Monolithic (show other bugs)
Version: git
Hardware: All other
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2006-03-18 21:14 UTC by Robert Millan
Modified: 2011-10-15 15:47 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Robert Millan 2006-03-18 21:14:52 UTC
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
Comment 1 Daniel Stone 2006-03-19 00:23:48 UTC
as I explained before, 6.9 is a dead tree
Comment 2 Robert Millan 2006-04-19 21:46:57 UTC
The problem still applies to CVS HEAD (in util/cf/Imake.cf).  Please could you
reconsider?
Comment 3 Alan Coopersmith 2006-07-14 18:52:06 UTC
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.