Gentoo Archives: gentoo-alpha

From: Jeff Donsbach <jeff_donsbach@×××××.com>
To: gentoo-alpha@l.g.o
Subject: Re: [gentoo-alpha] ebuild update for Xorg-x11
Date: Tue, 26 Oct 2004 20:15:09
Message-Id: 20041026201508.10484.qmail@web41306.mail.yahoo.com
In Reply to: [gentoo-alpha] ebuild update for Xorg-x11 by "Brian C. Parkhurst"
1 What is that "-mtune" without an argument? It should
2 have something like "-mtune=ev56" or "-mtune=ev6"
3 after it, depending on your machine. Though, we are
4 talking about Gentoo here, so "-mcpu=<machine type>"
5 is probably the better option to use. In any case, I
6 am surprised gcc didn't complain about the existing
7 flags.
8
9 --- "Brian C. Parkhurst" <brianp@×××××××.net> wrote:
10
11 >
12 > I've found that the Xorg-x11 build on alpha a bit
13 > unstable..
14 >
15 > That is until I made a very minor modification to
16 > the ebuild file.
17 >
18 > I added an entry for alpha systems and ALLOWEDFLAGS
19 > to include -fPIC -DPIC
20 >
21 > > alpha) ALLOWED_FLAGS="${ALLOWED_FLAGS}
22 > -mtune -fPIC -DPIC" ;;
23 >
24
25
26
27
28 __________________________________
29 Do you Yahoo!?
30 Take Yahoo! Mail with you! Get it on your mobile phone.
31 http://mobile.yahoo.com/maildemo
32
33 --
34 gentoo-alpha@g.o mailing list

Replies

Subject Author
Re: [gentoo-alpha] ebuild update for Xorg-x11 Aron Griffis <agriffis@g.o>