2018-12-19 22:16:41 +03:00
|
|
|
/*
|
|
|
|
* hostdep.h : things which are dependent on the host architecture
|
|
|
|
*
|
|
|
|
* This work is licensed under the terms of the GNU GPL, version 2 or later.
|
|
|
|
* See the COPYING file in the top-level directory.
|
|
|
|
*/
|
|
|
|
|
2021-09-17 21:08:09 +03:00
|
|
|
#ifndef RISCV_HOSTDEP_H
|
|
|
|
#define RISCV_HOSTDEP_H
|
2018-12-19 22:16:41 +03:00
|
|
|
|
2018-12-20 23:10:15 +03:00
|
|
|
/* We have a safe-syscall.inc.S */
|
|
|
|
#define HAVE_SAFE_SYSCALL
|
|
|
|
|
2018-12-19 22:16:41 +03:00
|
|
|
#endif
|