diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-29 14:54:09 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-29 14:54:09 +0000 |
commit | b91c622256a2f4f67f4920f59a18feba54ae9ddf (patch) | |
tree | 762dd7ea7d023a57caa0d3128864365230d6584e /gcc/config.gcc | |
parent | a5e50b318bfdd32f1e3a708923094276a7a6ef78 (diff) | |
download | gcc-b91c622256a2f4f67f4920f59a18feba54ae9ddf.tar.gz |
2003-01-29 Joel Sherrill <joel@OARcorp.com>
* config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable
RTEMS threads.
* config/pa/rtems.h (LIB_SPEC): Use -N when linking.
This issue was tracked as PR9292.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62078 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index f839ba94c44..a5a1fce0325 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -806,8 +806,11 @@ hppa1.1-*-rtems*) xm_defines=POSIX 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 dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h pa/rtems.h rtems.h" - tmake_file="pa/t-bsd pa/t-pro" + tmake_file="pa/t-bsd pa/t-pro t-rtems" xmake_file="pa/x-ada" + if test x$enable_threads = xyes; then + thread_file='rtems' + fi ;; hppa1.0-*-osf*) tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h" |