Fix duplicate SIG_SYSLIST warnings on PowerPC Linux
[gcc.git] / gcc / config / rs6000 / xm-sysv4.h
index bc8f4bf299b9c387f17c6858a2c4f18ad8bf542e..7184d8892dbc032d2b307f6aab5ab237b2845968 100644 (file)
@@ -46,7 +46,11 @@ Boston, MA 02111-1307, USA.  */
 #define SUCCESS_EXIT_CODE 0
 #define FATAL_EXIT_CODE 33
 
+#ifdef __linux__
+#include "xm-linux.h"
+#else
 #include "xm-svr4.h"
+#endif
 
 /* if not compiled with GNU C, use the C alloca and use only int bitfields. */
 #ifndef __GNUC__