diff options
author | Bin Meng <bin.meng@windriver.com> | 2020-04-18 01:59:09 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-24 10:51:56 -0400 |
commit | 3b32cf096bd6b1d8871ecaddb4250756242fb5f9 (patch) | |
tree | 7561fd70ef6c8d7b8342db39e6ad3b5c7c8d433e /tools/os_support.h | |
parent | ae2b3e851025587e02eecf11e08cec3503c46bdb (diff) |
tools: Remove the out-of-date MinGW support codes
MinGW build for U-Boot tools has been broken for years. The official
support of Windows build is now MSYS2. Remove the MinGW support codes.
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Diffstat (limited to 'tools/os_support.h')
-rw-r--r-- | tools/os_support.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/os_support.h b/tools/os_support.h index 3a2106ed7e..471d605f5c 100644 --- a/tools/os_support.h +++ b/tools/os_support.h @@ -11,9 +11,6 @@ /* * Include additional files required for supporting different operating systems */ -#ifdef __MINGW32__ -#include "mingw_support.h" -#endif #if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L #include "getline.h" |