Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/gnu/lib/libstdc++-v3_4/arch/sparc64



In article <20060823125501.17250211CA%cvs.netbsd.org@localhost>,
matthew green  <mrg%netbsd.org@localhost> 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




Home | Main Index | Thread Index | Old Index