Gentoo Archives: gentoo-alt

From: Alan Hourihane <alanh@×××××××××××.uk>
To: gentoo-alt <gentoo-alt@l.g.o>
Subject: [gentoo-alt] create-ldwrapper patch for binutils-config
Date: Thu, 13 Nov 2008 17:57:32
Message-Id: 1226599045.16070.69.camel@jetpack.demon.co.uk
1 Attached patch for FreeMiNT.
2
3 Alan.
4
5 --- /usr/lib/misc/binutils-config/create-ldwrapper 2008-10-31
6 15:07:47.000000000 +0000
7 +++ /tmp/create-ldwrapper 2008-11-13 18:56:04.000000000 +0000
8 @@ -58,7 +58,7 @@
9 *-darwin*) plugins="${plugins}${plugins:+,}darwin" ;;
10 *-aix*) plugins="${plugins}${plugins:+,}aix" ;;
11 *-hpux*) plugins="${plugins}${plugins:+,}hpux" ;;
12 - *-linux* | *-solaris* | *-interix*) plugins="${plugins}${plugins:
13 +,}gnu" ;;
14 + *-mint* | *-linux* | *-solaris* | *-interix*)
15 plugins="${plugins}${plugins:+,}gnu" ;;
16 *) eerror "unknown platform ${CTARGET}"
17 exit 1
18 ;;

Replies

Subject Author
Re: [gentoo-alt] create-ldwrapper patch for binutils-config Michael Haubenwallner <haubi@g.o>