]> gcc.gnu.org Git - gcc.git/commit
ada: Deconstruct build support for ancient MinGW
authorPiotr Trojanek <trojanek@adacore.com>
Mon, 5 Sep 2022 09:40:50 +0000 (11:40 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 26 Sep 2022 09:02:29 +0000 (11:02 +0200)
commit09b91bbcddd4900d433ea72f08dd11719bceaa58
tree39f617d23f635a992980479f61572330caae3fd9
parentfb95fb2125230fb594d88a7d73b524853c6604c5
ada: Deconstruct build support for ancient MinGW

Remove conditional C code for building GNAT with MinGW earlier than 2.0,
which was released in 2007.

gcc/ada/

* adaint.c: Remove conditional #include directives for old MinGW.
* cal.c: Always include winsock.h, since it is part of modern
MinGW.
* cstreams.c: Remove workaround for old MinGW.
* expect.c: Remove conditional #include directive for old MinGW.
* mingw32.h: Remove STD_MINGW and OLD_MINGW declarations.
* sysdep.c: Remove conditional #include directive for old MinGW.
gcc/ada/adaint.c
gcc/ada/cal.c
gcc/ada/cstreams.c
gcc/ada/expect.c
gcc/ada/mingw32.h
gcc/ada/sysdep.c
This page took 0.061536 seconds and 5 git commands to generate.