diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 81d3c76..2d9f0f2 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -741,13 +741,6 @@ hppa*-*-openbsd*) target_cpu_default="MASK_PA_11" tmake_file=pa/t-openbsd ;; -hppa1.1-*-rtems*) - tm_file="pa/pa-pro.h ${tm_file} pa/pa-pro-end.h libgloss.h pa/rtems.h" - tmake_file="pa/t-pro t-rtems" - if test x$enable_threads = xyes; then - thread_file='rtems' - fi - ;; hppa1.1-*-pro*) target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)" tm_file="${tm_file} pa/pa32-regs.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h" |