diff options
author | minoura <minoura@pkgsrc.org> | 2000-11-06 05:40:28 +0000 |
---|---|---|
committer | minoura <minoura@pkgsrc.org> | 2000-11-06 05:40:28 +0000 |
commit | c76435d6a47cc54727e8c43092758fd791ba8509 (patch) | |
tree | 72dbdcc580af080ba4d7a057cbed77cdcb604716 /cross/i386-cygwin32 | |
parent | 5b427b10b857eba7c344af4c96aec5d4756a3876 (diff) | |
download | pkgsrc-c76435d6a47cc54727e8c43092758fd791ba8509.tar.gz |
Comment on headers from NetBSD.
Diffstat (limited to 'cross/i386-cygwin32')
-rw-r--r-- | cross/i386-cygwin32/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cross/i386-cygwin32/Makefile b/cross/i386-cygwin32/Makefile index 16240601f24..cfb23d97735 100644 --- a/cross/i386-cygwin32/Makefile +++ b/cross/i386-cygwin32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/11/06 05:31:42 minoura Exp $ +# $NetBSD: Makefile,v 1.4 2000/11/06 05:40:28 minoura Exp $ # DISTVERSION= 1.0.0.0 @@ -19,6 +19,12 @@ TARGET_ARCH= i386-cygwin32 BINUTILS_EXTRAS= dlltool windres +## XXX +## These headers are required to build libgcc. +## We have to use the Cygwin versions of the headers, but for now +## these are enough. +## Actually we have to install Cygwin headers and libraries with this package; +## the header files from NetBSD should be deleted at that time. post-configure: ${CP} ${FILESDIR}/i386_limits.h ${SYS_INCLUDE}/machine/limits.h ${CP} ${FILESDIR}/syslimits.h ${SYS_INCLUDE}/sys/ |