diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-19 04:18:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-19 04:18:18 +0000 |
commit | d75cec4fda69e9039908f03d7f726a6d512170c4 (patch) | |
tree | 2f753b6e54aef459f7ea2277a2444a74bfaff4e6 /devel/Makefile | |
parent | - set MANUAL_PACKAGE_BUILD (diff) |
[NEW PORT] devel/mingw32-gcc: new version of mingw32 toolchain for Windows target
This is gcc 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/44459
Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru>
Notes
Notes:
svn path=/head/; revision=81332
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 9344b05373a3..4c8039e0ebbf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -386,6 +386,7 @@ SUBDIR += mingw-opengl-headers SUBDIR += mingw32-bin-msvcrt SUBDIR += mingw32-binutils + SUBDIR += mingw32-gcc SUBDIR += mips-rtems-binutils SUBDIR += mips-rtems-g77 SUBDIR += mips-rtems-gcc |