mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
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>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user