diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-27 20:11:27 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-27 20:11:27 +0000 |
commit | 32887c53fca6f90634d66723b41334749bcc6517 (patch) | |
tree | 2606b5b8b4cb3604b294b86a578ca11c60ce392e /gcc/config/we32k/xm-we32k.h | |
parent | 19bc58f9b06f7cfd4945197188252dc57d9d4ea5 (diff) | |
download | gcc-32887c53fca6f90634d66723b41334749bcc6517.tar.gz |
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1100 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/we32k/xm-we32k.h')
-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 9bc70cf5ce0..010882843b9 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" |