mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Remove obsolete _include/basec++_
As per 7a9975ab5a
it was necessary to build libunwind, which we aren't building.
This commit is contained in:
parent
b95acb8182
commit
6dc4908d12
4 changed files with 0 additions and 30 deletions
|
@ -1,4 +0,0 @@
|
||||||
#ifndef __CXX_ALGORITHM
|
|
||||||
#define __CXX_ALGORITHM
|
|
||||||
|
|
||||||
#endif /* __CXX_ALGORITHM */
|
|
|
@ -1,11 +0,0 @@
|
||||||
#ifndef __CXX_CSTDDEF
|
|
||||||
#define __CXX_CSTDDEF
|
|
||||||
|
|
||||||
#include <stddef.h>
|
|
||||||
|
|
||||||
namespace std {
|
|
||||||
using ::size_t;
|
|
||||||
using ::ptrdiff_t;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif /* __CXX_CSTDDEF */
|
|
|
@ -1,6 +0,0 @@
|
||||||
#ifndef __CXX_CSTDLIB
|
|
||||||
#define __CXX_CSTDLIB
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
#endif /* __CXX_CSTDLIB */
|
|
|
@ -1,9 +0,0 @@
|
||||||
#ifndef __CXX_NEW
|
|
||||||
#define __CXX_NEW
|
|
||||||
|
|
||||||
#include <cstddef>
|
|
||||||
|
|
||||||
inline void* operator new (std::size_t size, void* ptr) noexcept
|
|
||||||
{ return ptr; }
|
|
||||||
|
|
||||||
#endif /* __CXX_NEW */
|
|
Loading…
Reference in a new issue