diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index ee9391d..2a67bc4 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -217,7 +217,7 @@ c_target_objs= cxx_target_objs= fortran_target_objs= target_has_targetcm=no -target_has_targetm_common=no +target_has_targetm_common=yes tm_defines= xm_defines= libgcc_tm_file= @@ -329,6 +329,7 @@ frv*) cpu_type=frv extra_options="${extra_options} g.opt" ;; moxie*) cpu_type=moxie + target_has_targetm_common=no ;; fido-*-*) cpu_type=m68k @@ -367,7 +368,6 @@ ia64-*-*) ;; hppa*-*-*) cpu_type=pa - target_has_targetm_common=yes ;; lm32*) extra_options="${extra_options} g.opt" |