Subject: Re: CVS commit: src/gnu/lib/libstdc++-v3_4/arch/sparc64
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 08/23/2006 16:43:19
In article <20060823125501.17250211CA@cvs.netbsd.org>,
matthew green  <mrg@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	mrg
>Date:		Wed Aug 23 12:55:01 UTC 2006
>
>Modified Files:
>	src/gnu/lib/libstdc++-v3_4/arch/sparc64: c++config.h config.h
>
>Log Message:
>regenerate with partly-fixed gcc4/libstdc++-v3 configury.
>
>
>To generate a diff of this commit:
>cvs rdiff -r1.3 -r1.4 src/gnu/lib/libstdc++-v3_4/arch/sparc64/c++config.h \
>    src/gnu/lib/libstdc++-v3_4/arch/sparc64/config.h
>
>Please note that diffs are not public domain; they are subject to the
>copyright notices on the relevant files.

Doesn't this need now:

.if ${OBJECT_FMT} == "ELF"
LIBDPLIBS= intl ${.CURDIR}/../../../lib/libintl
.else
# XXX: This is broken right now and we need to link manually with -lintl
.endif

In the Makefile?

christos