add directory gnu
This commit is contained in:
12
gnu/gcc/gcc-2.2.2/config/xm-m68kv.h
Normal file
12
gnu/gcc/gcc-2.2.2/config/xm-m68kv.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/* Host environment for 68000's running System V. */
|
||||
|
||||
#include "xm-m68k.h"
|
||||
|
||||
#define USG
|
||||
#define bcopy(a,b,c) memcpy (b,a,c)
|
||||
#define bzero(a,b) memset (a,0,b)
|
||||
#define bcmp(a,b,c) memcmp (a,b,c)
|
||||
|
||||
#ifndef __GNUC__
|
||||
#define USE_C_ALLOCA
|
||||
#endif
|
||||
Reference in New Issue
Block a user