diff options
| author | tv <tv@NetBSD.org> | 2001-12-19 20:52:11 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-12-19 20:52:11 +0000 |
| commit | 7fb95bfb35127b134cc33f1a412d667092d4516d (patch) | |
| tree | e07f1dc1af4953686041c0aca47003e2b3610c01 /gnu/lib/libstdc++ | |
| parent | bab6522cfbe71bd014f05a84337d7542e1d487ad (diff) | |
Remove iostdio.h from the list of system-installed headers; intended to
address parts of PR toolchain/14896. This header file is nonstandard
(and doesn't even exist in gcc 3.0); an out-of-the-box gcc build also
doesn't provide the missing functions. So just drop the .h completely.
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/io/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/io/Makefile b/gnu/lib/libstdc++/io/Makefile index cb2738c56e4..120c676652a 100644 --- a/gnu/lib/libstdc++/io/Makefile +++ b/gnu/lib/libstdc++/io/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/12/12 23:12:08 lukem Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/19 20:52:11 tv Exp $ NOOBJ= # defined @@ -15,7 +15,7 @@ NOOBJ= # defined TOP= ${.CURDIR}/../../.. DIST= ${TOP}/dist/toolchain -INCS= ${LIBIO_HEADERS} +INCS= ${LIBIO_HEADERS:Niostdio.h} INCSDIR= /usr/include/g++ .PATH: ${DIST}/libstdc++ ${DIST}/libstdc++/stl ${DIST}/libio |
