sparc: get libroot to build

Add various stubs to fix undefined references. No implementation for
anything yet.

Change-Id: I2d398bc2369d099e3a35f0713058d6a5edc6801d
Reviewed-on: https://review.haiku-os.org/c/1138
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
PulkoMandy
2019-03-10 20:57:18 +00:00
committed by waddlesplash
parent 803a4704e8
commit f42cda29e8
9 changed files with 365 additions and 0 deletions
@@ -0,0 +1,13 @@
/*
* Copyright 2010, Ingo Weinhold, [email protected].
* Distributed under the terms of the MIT License.
*/
#ifndef _SYSTEM_ARCH_SPARC_DEFS_H
#define _SYSTEM_ARCH_SPARC_DEFS_H
#define SPINLOCK_PAUSE() do {} while (false)
#endif /* _SYSTEM_ARCH_SPARC_DEFS_H */