diff --git a/gcc/collect2.c b/gcc/collect2.c index 89ba0085bd5..c1103f1083a 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -34,7 +34,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include +#ifdef NO_WAIT_H #include +#endif #ifndef errno extern int errno; diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h index e1c9ff3a4bf..eb88ad57b5e 100644 --- a/gcc/config/we32k/we32k.h +++ b/gcc/config/we32k/we32k.h @@ -96,7 +96,7 @@ extern int target_flags; /* Define this if move instructions will actually fail to work when given unaligned data. */ -#define STRICT_ALIGNMENT +#define STRICT_ALIGNMENT 1 /* Define number of bits in most basic integer type. (If undefined, default is BITS_PER_WORD). */