diff options
| author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-09 23:16:04 +0000 |
|---|---|---|
| committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-09 23:16:04 +0000 |
| commit | b810486ae5ee665b6e112a85eaeddb65d50feaf9 (patch) | |
| tree | 3a05550a48099b45d4afe32f7cd785bb7927b6cd /gcc/config.gcc | |
| parent | db62533f402e2e50951fe0d1265544f4f9fccf81 (diff) | |
| download | ppe42-gcc-b810486ae5ee665b6e112a85eaeddb65d50feaf9.tar.gz ppe42-gcc-b810486ae5ee665b6e112a85eaeddb65d50feaf9.zip | |
* pa/elf.h (ASM_DECLARE_FUNCTION_NAME,
ASM_OUTPUT_EXTERNAL_LIBCALL): Undef before defining.
* config.gcc (hppa1.1-*-rtems*): Remove duplicate clause.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46905 138bc75d-0d04-0410-961f-82ee72b054a4
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 81d3c7636f2..2d9f0f21ece 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" |

