NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: toolchain/45253: amd64 libgcc_eh.a broken
The following reply was made to PR toolchain/45253; it has been noted by GNATS.
From: matthew green <mrg%eterna.com.au@localhost>
To: David Laight <david%l8s.co.uk@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: re: toolchain/45253: amd64 libgcc_eh.a broken
Date: Mon, 15 Aug 2011 18:01:56 +1000
> On Mon, Aug 15, 2011 at 11:52:51AM +1000, matthew green wrote:
> >
> > please try this patch. i noticed that we're ignoring any configured
> > -f or -m flags for libgcc. some use -fPIC, some -fpic, some have
> > additional flags, and alpha has -mieee as well.
> ...
> > + CPPFLAGS+= ${GCPPFLAGS:M-f*:M-m*}
>
> Don't you need to specify the matches separately as:
> + CPPFLAGS+= ${GCPPFLAGS:M-m*}
> + CPPFLAGS+= ${GCPPFLAGS:M-f*}
> Otherwise they are applied in sequence - giving nothing.
you're right. thanks.
Home |
Main Index |
Thread Index |
Old Index