Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 29 Mar 2013 16:19:54 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: musl and gcc-4.8 (sabotage)

for some reason the diff got attached as octet stream

i'd cc gregor since it was his work originally and he
is not subscribed to the ml

this part seems to change the behaviour for other
libcs, is that necessary?

diff -urN gcc-4.8-20130321.orig/libstdc++-v3/configure.host gcc-4.8-20130321/libstdc++-v3/configure.host
--- gcc-4.8-20130321.orig/libstdc++-v3/configure.host	Mon Oct 15 21:12:23 2012
+++ gcc-4.8-20130321/libstdc++-v3/configure.host	Fri Mar 29 11:47:34 2013
@@ -264,13 +264,7 @@
     os_include_dir="os/bsd/freebsd"
     ;;
   gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu)
-    if [ "$uclibc" = "yes" ]; then
-      os_include_dir="os/uclibc"
-    elif [ "$bionic" = "yes" ]; then
-      os_include_dir="os/bionic"
-    else
-      os_include_dir="os/gnu-linux"
-    fi
+    os_include_dir="os/generic"
     ;;
   hpux*)
     os_include_dir="os/hpux"



Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.