diff options
author | minoura <minoura> | 2000-11-06 05:37:18 +0000 |
---|---|---|
committer | minoura <minoura> | 2000-11-06 05:37:18 +0000 |
commit | 3738912e80a6f5b898ddebbc7acbfa6d1ee024bb (patch) | |
tree | 03e572549eb151161b1589c3e59155a83d673edf /cross | |
parent | e2458d43c10cb094de4fd9a164b581ff2ea9e3a0 (diff) | |
download | pkgsrc-3738912e80a6f5b898ddebbc7acbfa6d1ee024bb.tar.gz |
Re-enabel i386-cygwin32.
This package exists for cross-compilation, independently from PEACE.
Thanks to tv@wasabi.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 325e9908666..0c5698bc88d 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2000/11/06 03:17:48 minoura Exp $ +# $NetBSD: Makefile,v 1.18 2000/11/06 05:37:18 minoura Exp $ SUBDIR += arm-netbsd SUBDIR += armv2-netbsd SUBDIR += bfd-crunchide SUBDIR += bfd-mdsetimage SUBDIR += binutils + SUBDIR += i386-cygwin32 SUBDIR += i386-linux SUBDIR += i386-linuxglibc1 SUBDIR += i386-msdosdjgpp |