diff options
author | Jeff Law <law@redhat.com> | 2001-12-19 10:59:05 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2001-12-19 10:59:05 -0700 |
commit | e476127441b636b9cb59ec5a7c09c112a92bcc01 (patch) | |
tree | c82b28d02b121c75cbd9749707b40c4f4fbe17f3 /gcc/config.gcc | |
parent | eb95cf36c1beb5787b9668515defa3b4c240a971 (diff) | |
download | gcc-e476127441b636b9cb59ec5a7c09c112a92bcc01.zip gcc-e476127441b636b9cb59ec5a7c09c112a92bcc01.tar.gz gcc-e476127441b636b9cb59ec5a7c09c112a92bcc01.tar.bz2 |
t-hpux-shlib: New file.
* config/pa/t-hpux-shlib: New file.
* config.gcc (hpux10, hpux11): Include t-hpux-shlib in tmake_file
for 32bit hpux10 & hpux11 configurations.
From-SVN: r48180
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 9fb298d..0e25c7f 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 |