diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-27 20:11:27 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-27 20:11:27 +0000 |
commit | 55b2f10fbe1dff88a3d8c39ead368e1f06c8aaba (patch) | |
tree | 2606b5b8b4cb3604b294b86a578ca11c60ce392e | |
parent | e6701a475fab9613f93c83e0840ced15d4618a4c (diff) | |
download | gcc-55b2f10fbe1dff88a3d8c39ead368e1f06c8aaba.zip gcc-55b2f10fbe1dff88a3d8c39ead368e1f06c8aaba.tar.gz gcc-55b2f10fbe1dff88a3d8c39ead368e1f06c8aaba.tar.bz2 |
entered into RCS
From-SVN: r1100
-rw-r--r-- | gcc/config/we32k/xm-we32k.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/we32k/xm-we32k.h b/gcc/config/we32k/xm-we32k.h index 9bc70cf..0108828 100644 --- a/gcc/config/we32k/xm-we32k.h +++ b/gcc/config/we32k/xm-we32k.h @@ -35,6 +35,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define USG +/* Don't try to use sys_siglist. */ +#define NO_SYS_SIGLIST + +/* Don't try including wait.h. */ +#define NO_WAIT_H + /* target machine dependencies. tm.h is a symbolic link to the actual target specific file. */ #include "tm.h" |