Commit 7238ae53 by Jeffrey A Law Committed by Jeff Law

pa-hpux11.h (LIB_SPEC): Correct typo in !p case.

        * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
        (MD_STARTFILE_PREFIX_1): New macro.

From-SVN: r32460
parent 5dc9cffd
Thu Mar 9 18:10:02 2000 Jeffrey A Law (law@cygnus.com)
* config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
(MD_STARTFILE_PREFIX_1): New macro.
2000-03-09 Robert Lipe <robertl@sco.com> 2000-03-09 Robert Lipe <robertl@sco.com>
* config/ia64/ia64.c: Include system.h. * config/ia64/ia64.c: Include system.h.
......
/* Definitions of target machine for GNU compiler, for HP PA-RISC 1.1 /* Definitions of target machine for GNU compiler, for HP PA-RISC 1.1
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
Contributed by Tim Moore (moore@defmacro.cs.utah.edu) Contributed by Tim Moore (moore@defmacro.cs.utah.edu)
This file is part of GNU CC. This file is part of GNU CC.
...@@ -34,12 +34,11 @@ Boston, MA 02111-1307, USA. */ ...@@ -34,12 +34,11 @@ Boston, MA 02111-1307, USA. */
#undef LIB_SPEC #undef LIB_SPEC
#define LIB_SPEC \ #define LIB_SPEC \
"%{!shared:\ "%{!shared:\
%{!p:\ %{!p:%{!pg:\
%{!pg:\
%{!threads:-lc}\ %{!threads:-lc}\
%{threads:-lcma -lc_r}}\ %{threads:-lcma -lc_r}}}\
%{p: -L/lib/libp/ -lc}\ %{p: -L/lib/libp/ -lc}\
%{pg: -L/lib/libp/ -lc}}}" %{pg: -L/lib/libp/ -lc}}"
/* Under hpux10, the normal location of the `ld' and `as' programs is the /* Under hpux10, the normal location of the `ld' and `as' programs is the
/usr/ccs/bin directory. */ /usr/ccs/bin directory. */
...@@ -49,12 +48,14 @@ Boston, MA 02111-1307, USA. */ ...@@ -49,12 +48,14 @@ Boston, MA 02111-1307, USA. */
#define MD_EXEC_PREFIX "/usr/ccs/bin/" #define MD_EXEC_PREFIX "/usr/ccs/bin/"
#endif #endif
/* Under hpux10, the normal location of the various *crt*.o files is the /* Under hpux10, the normal location of the various *crt*.o files is
/usr/ccs/lib directory. */ the /usr/ccs/lib directory. However, the profiling files are in
/opt/langtools/lib. */
#ifndef CROSS_COMPILE #ifndef CROSS_COMPILE
#undef MD_STARTFILE_PREFIX #undef MD_STARTFILE_PREFIX
#define MD_STARTFILE_PREFIX "/usr/ccs/lib/" #define MD_STARTFILE_PREFIX "/usr/ccs/lib/"
#define MD_STARTFILE_PREFIX_1 "/opt/langtools/lib/"
#endif #endif
/* hpux10 has the new HP assembler. It's still lousy, but it's a whole lot /* hpux10 has the new HP assembler. It's still lousy, but it's a whole lot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment