diff options
Diffstat (limited to 'gcc/config/psos.h')
-rw-r--r-- | gcc/config/psos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/psos.h b/gcc/config/psos.h index fbe5b96e0bc..72825d458df 100644 --- a/gcc/config/psos.h +++ b/gcc/config/psos.h @@ -51,13 +51,13 @@ Boston, MA 02111-1307, USA. board-support package (e.g. M162) and the run-time configuration (e.g. application vs. ram-image vs. rom-image). Specify the startfile in a linker-script created from the generic - architecture-specific linker-scripts. */ + architecture-specific linker-scripts. */ #undef STARTFILE_SPEC #define STARTFILE_SPEC "" -/* Predefined macros (independent of processor type). */ +/* Predefined macros (independent of processor type). */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dpsos" |