Commit a3af1109 by Richard Kenner

Use <xx> in #include.

From-SVN: r9601
parent fbe94aa1
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
i386/gas.h checks this. */ i386/gas.h checks this. */
#define YES_UNDERSCORES #define YES_UNDERSCORES
#include "i386/gstabs.h" #include <i386/gstabs.h>
/* Get perform_* macros to build libgcc.a. */ /* Get perform_* macros to build libgcc.a. */
#include "i386/perform.h" #include <i386/perform.h>
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
#define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386") #define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
...@@ -17,4 +17,4 @@ ...@@ -17,4 +17,4 @@
#define DEFAULT_PCC_STRUCT_RETURN 0 #define DEFAULT_PCC_STRUCT_RETURN 0
/* Get machine-independent configuration parameters for the GNU system. */ /* Get machine-independent configuration parameters for the GNU system. */
#include "gnu.h" #include <gnu.h>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment