diff options
author | minoura <minoura> | 2000-11-06 05:40:28 +0000 |
---|---|---|
committer | minoura <minoura> | 2000-11-06 05:40:28 +0000 |
commit | ee87eb28e5b7af4bbd3599dcc52aa05e906ea6e8 (patch) | |
tree | 72dbdcc580af080ba4d7a057cbed77cdcb604716 /cross/i386-cygwin32 | |
parent | 3738912e80a6f5b898ddebbc7acbfa6d1ee024bb (diff) | |
download | pkgsrc-ee87eb28e5b7af4bbd3599dcc52aa05e906ea6e8.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/ |