Gentoo Archives: gentoo-alpha

From: Jeff Donsbach <jeff_donsbach@×××××.com>
To: gentoo-alpha@l.g.o
Subject: Re: [gentoo-alpha] CXX=cxx CXXFLAGS="-host -fast" emerge groff fails
Date: Fri, 25 Jun 2004 01:56:05
Message-Id: 20040625015603.42835.qmail@web41314.mail.yahoo.com
In Reply to: Re: [gentoo-alpha] CXX=cxx CXXFLAGS="-host -fast" emerge groff fails by Brian Parkhurst
1 --- Brian Parkhurst <brianp@×××××××.net> wrote:
2 > Basically, I emerge the original package with -uvD
3 > (deep dependancy check)
4 > My default CFLAGS for use with the Compaq Compiler:
5 >
6 > (Default gcc and g++)
7 > /etc/make.conf
8 > CFLAGS="-mcpu=ev56 -mtune=ev56 -O3 -pipe"
9 >
10 > I then switch to Compaq CC with:
11 > CC=ccc
12 > CXX=cxx
13 > CFLAGS="-fast -tune ev56 -std1"
14 >
15 > Note if I want even better performance I will change
16 > -tune to -arch.
17 >
18
19 "-fast" encapsulates "-arch host", so you are getting
20 that anyway.
21
22 Jeff D
23
24
25
26
27
28
29 __________________________________
30 Do you Yahoo!?
31 New and Improved Yahoo! Mail - Send 10MB messages!
32 http://promotions.yahoo.com/new_mail
33
34 --
35 gentoo-alpha@g.o mailing list

Replies

Subject Author
Re: [gentoo-alpha] CXX=cxx CXXFLAGS="-host -fast" emerge groff fails Brian Parkhurst <brianp@×××××××.net>