pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/43912: lang/hugs fails to build on sparc64
The following reply was made to PR pkg/43912; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/43912: lang/hugs fails to build on sparc64
Date: Wed, 29 Sep 2010 14:17:38 +0900
On Wed, 29 Sep 2010 14:10:06 +0900, Stefan Schaeckeler
<schaecsn%gmx.net@localhost> wrote:
> > > > > > BUILDLINK_TRANSFORM+= rename:-O*:-O0
> > > > > Suprisingly, that replaces nothing and results in
> > > > > cc -c -DNDEBUG=1 -O2 -mcpu=ultrasparc -pipe -I/usr/include -O2
> hugs.c
> > > >
> > > > Oops, it should be "rename:-O[2-9]:-O0"
> > > Didn't work, either.
> >
> > You cannot see the replacement, it will be done internally.
> I see on the commandline the above call to gcc (spanned by make). You don't
> get what you see?
You must look at ${WRKDIR}/.work.log to see what was really happened
(compiler options will be translated/reordered).
Home |
Main Index |
Thread Index |
Old Index