diff options
Diffstat (limited to 'gcc/config/mcore')
-rw-r--r-- | gcc/config/mcore/mcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h index c788f10dffb..09371c47a16 100644 --- a/gcc/config/mcore/mcore.h +++ b/gcc/config/mcore/mcore.h @@ -66,7 +66,7 @@ Boston, MA 02111-1307, USA. */ %{!mbig-endian: -D__MCORELE__} \ %{!m210: -D__M340__} \ " -/* If -m4align is ever re-enabled then add this line to the defintion of CPP_SPEC +/* If -m4align is ever re-enabled then add this line to the definition of CPP_SPEC %{!m4align:-D__MCORE_ALIGN_8__} %{m4align:-D__MCORE__ALIGN_4__} */ /* We don't have a -lg library, so don't put it in the list. */ |