diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-19 17:59:05 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-19 17:59:05 +0000 |
commit | 8b29fefa59fdac3c2743fbc9d46eafda062e5ae3 (patch) | |
tree | c82b28d02b121c75cbd9749707b40c4f4fbe17f3 /gcc/config.gcc | |
parent | 6cbb43bd27f9c964664034d32e0199cb15c23ca7 (diff) | |
download | gcc-8b29fefa59fdac3c2743fbc9d46eafda062e5ae3.tar.gz |
* config/pa/t-hpux-shlib: New file.
* config.gcc (hpux10, hpux11): Include t-hpux-shlib in tmake_file
for 32bit hpux10 & hpux11 configurations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48180 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 9fb298dd4f7..0e25c7fc92a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -842,7 +842,7 @@ hppa1.1-*-hpux10* | hppa2*-*-hpux10*) tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h" float_format=i128 xm_defines=POSIX - tmake_file="pa/t-pa pa/t-pa-hpux" + tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib" if test x$enable_threads = x; then enable_threads=$have_pthread_h fi @@ -858,7 +858,7 @@ hppa1.0-*-hpux10*) tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h" float_format=i128 xm_defines=POSIX - tmake_file="pa/t-pa pa/t-pa-hpux" + tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib" if test x$enable_threads = x; then enable_threads=$have_pthread_h fi @@ -893,7 +893,7 @@ hppa1.1-*-hpux11* | hppa2*-*-hpux11*) tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h" float_format=i128 xm_defines=POSIX - tmake_file="pa/t-pa pa/t-pa-hpux" + tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib" # if test x$enable_threads = x; then # enable_threads=$have_pthread_h # fi @@ -908,7 +908,7 @@ hppa1.0-*-hpux11*) tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h" float_format=i128 xm_defines=POSIX - tmake_file=pa/t-pa-hpux + tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib" # if test x$enable_threads = x; then # enable_threads=$have_pthread_h # fi |