From 3b32cf096bd6b1d8871ecaddb4250756242fb5f9 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sat, 18 Apr 2020 01:59:09 -0700 Subject: 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 --- tools/os_support.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tools/os_support.c') diff --git a/tools/os_support.c b/tools/os_support.c index 21e43c8..6890c31 100644 --- a/tools/os_support.c +++ b/tools/os_support.c @@ -3,13 +3,12 @@ * Copyright 2009 Extreme Engineering Solutions, Inc. */ +#include "compiler.h" + /* * Include additional files required for supporting different operating systems */ -#include "compiler.h" -#ifdef __MINGW32__ -#include "mingw_support.c" -#endif + #if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L #include "getline.c" #endif -- cgit v1.1