aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa-linux.h
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-02-15 19:11:01 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2002-02-15 19:11:01 +0000
commitbe5cc51a9bcc7fa15701a93ae47410d255089561 (patch)
tree1d4e97e918354298bff0a16fe6e062c3445cc8ae /gcc/config/pa/pa-linux.h
parentaa42eef159c3945cd127fa09e0a8808869e83398 (diff)
downloadgcc-be5cc51a9bcc7fa15701a93ae47410d255089561.zip
gcc-be5cc51a9bcc7fa15701a93ae47410d255089561.tar.gz
gcc-be5cc51a9bcc7fa15701a93ae47410d255089561.tar.bz2
gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
* gcc.c (init_gcc_specs): Revert patch from 2002-02-15. * config/pa/pa-linux.h (LIB_SPEC): Likewise. * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Likewise. From-SVN: r49794
Diffstat (limited to 'gcc/config/pa/pa-linux.h')
-rw-r--r--gcc/config/pa/pa-linux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h
index a0707f7..7138e75 100644
--- a/gcc/config/pa/pa-linux.h
+++ b/gcc/config/pa/pa-linux.h
@@ -27,6 +27,9 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__hppa__ -Dlinux -Asystem=unix -Asystem=posix -Acpu=hppa -Amachine=hppa -Amachine=bigendian"
+#undef LIB_SPEC
+#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
+
#undef ASM_SPEC
#define ASM_SPEC \
"%{v:-V} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}"