This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
Re: how to run the testsuite
- From: Sebastian Reitenbach <sebastia at l00-bugdead-prods dot de>
- To: sebastia at l00-bugdead-prods dot de, andreast-list at fgznet dot ch
- Cc: libffi-discuss at sourceware dot org
- Date: Fri, 12 Dec 2008 07:08:01 +0100
- Subject: Re: how to run the testsuite
- Reply-to: Sebastian Reitenbach <sebastia at l00-bugdead-prods dot de>
Hi,
Andreas Tobler <andreast-list@fgznet.ch> wrote:
> Hallo,
>
> Sebastian Reitenbach wrote:
>
> > I got gcc-4.2 installed on the sparc64. The configure and make seemed to
> > have used the environment variables. CC=egcc CXX=eg++ CPP=ecpp, but when
I
> > run "make check", with or without the environment variables, then I see
in
> > the log, it is still using gcc instead of egcc. Is it me doing sth.
wrong?
>
> Hm, egcc is equal to gcc-4.2?
yes
>
> What does 'gcc -v' tell you, and what 'egcc -v'?
# gcc -v
Reading specs from /usr/lib/gcc-lib/sparc64-unknown-openbsd4.3/3.3.5/specs
Configured with:
Thread model: single
gcc version 3.3.5 (propolice)
# egcc -v
Using built-in specs.
Target: sparc64-unknown-openbsd4.3
Configured
with: /usr/ports/lang/gcc/4.2/w-gcc-4.2.20070307/gcc-4.2-20070307/configure
--with-gmp=/usr/local --verbose --program-transform-name=s,^,e, --disable-nls
--disable-checking --wito
Thread model: single
gcc version 4.2.0 20070307 (prerelease)
greetings
Sebastian
>
> Andreas
>