mirror of
https://github.com/AntelopeIO/cdt-libcxx.git
synced 2026-07-21 13:53:36 +00:00
Merge pull request #6 from EOSIO/suppress-redef-warnings
Cherry pick useful parts from fix/native_support
This commit is contained in:
+3
-1
@@ -19,7 +19,9 @@
|
||||
#define _LIBCPP_HAS_MUSL_LIBC
|
||||
|
||||
// XXX
|
||||
#define __ELF__
|
||||
#ifndef __ELF__
|
||||
#define __ELF__ 1
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
|
||||
Reference in New Issue
Block a user