15 Jul 21:31
LDFLAGS=-Wl,--hash-style=gnu
From: Doug Goldstein <cardoe <at> gentoo.org>
Subject: LDFLAGS=-Wl,--hash-style=gnu
Newsgroups: gmane.linux.gentoo.devel
Date: 2008-07-15 19:32:32 GMT
Subject: LDFLAGS=-Wl,--hash-style=gnu
Newsgroups: gmane.linux.gentoo.devel
Date: 2008-07-15 19:32:32 GMT
all, I'm at the point that -Wl,-O1 appears to be successful. It's time to toss on -Wl,--hash-style=gnu. The issue is that we need glibc 2.5 or higher and not mips. So one solution is to put the following: default/linux: LDFLAGS="-Wl,-O1,--hash-style=gnu" default/linux/mips: LDFLAGS="-Wl,-O1" However, this means we'll have to put a has_version check in profile.bashrc of default/linux, which seems a bit cludgy.. Any suggestions? Comments? -- -- gentoo-dev <at> lists.gentoo.org mailing list
RSS Feed