diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-19 03:39:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-19 03:39:58 +0000 |
commit | 6f8f2a90f7f7cea5dd43e2619532ae567756274c (patch) | |
tree | 0addf4eeeae19ec98631d2e4ba1ebe9b462e4f56 /devel/Makefile | |
parent | 1fb2f1e66053b482f534e8924e743215ff6b840b (diff) | |
download | ports-6f8f2a90f7f7cea5dd43e2619532ae567756274c.tar.gz ports-6f8f2a90f7f7cea5dd43e2619532ae567756274c.zip |
[NEW PORT] devel/mingw32-bin-msvcrt: new version of mingw32 toolchain
for Windows target
This is runtime and headers from latest mingw32-2.0.0
package. Here is old port `devel/mingw-' from 1.0.0 package,
but maintainer of this old port syay, taht he don't want
update it, because new versions is not too stable. It is
good idea, to have old and stable environment (with old and
good-known gcc-2.95, etc) and new one. We have many versions
of native gcc in `lang/', for example.
PR: ports/44458
Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru>
Notes
Notes:
svn path=/head/; revision=81329
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c5c552f7499d..9344b05373a3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -384,6 +384,7 @@ SUBDIR += mingw-binutils SUBDIR += mingw-gcc SUBDIR += mingw-opengl-headers + SUBDIR += mingw32-bin-msvcrt SUBDIR += mingw32-binutils SUBDIR += mips-rtems-binutils SUBDIR += mips-rtems-g77 |