diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-01-28 15:08:18 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2012-01-28 15:08:18 +0100 |
commit | 88ade4a03928041ad710594f3281b883528bc8ec (patch) | |
tree | abcad593d20ed333f647e284bbb4fcf8502dcd6f /open_issues/gcc.mdwn | |
parent | 365b5d122adfff11f979c47874fe36260c6e7ef3 (diff) | |
parent | 6f3a380f3c1bc602b1b86dec307abf27f71bfef4 (diff) |
Merge remote-tracking branch 'fp/master'
Conflicts:
open_issues/dbus.mdwn
Diffstat (limited to 'open_issues/gcc.mdwn')
-rw-r--r-- | open_issues/gcc.mdwn | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index a3b3a2d2..71b4b2ea 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011 Free Software +[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -206,6 +206,20 @@ Last reviewed up to the [[Git mirror's 3d83581faf4eaf52c1cf52cc0d11cc7dd1264275 `mkdir` the directory for now, but what is really going on? GCC has *use `/usr/include` patch*, but glibc still installs into `/include/`? + * `__GLIBC__` + + IRC, freenode, #hurd, 2012-01-05: + + <civodul> on GNU/kFreeBSD, it's GCC that defines __GLIBC__, funny + <youpi> ?? + <youpi> not from features.h ? + <civodul> in gcc/config/kfreebsd-gnu.h + <civodul> :-) + <pinotree> correct, it's enabled in gcc's config + <pinotree> i discovered that after banging my head on the wall trying + to find out why some stuff wasn't compiling even after kfreebsd + porting patches adding preprocessors checks for __GLIBC__ + # Build |