Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
41067a2f
Commit
41067a2f
authored
Apr 16, 2004
by
John David Anglin
Committed by
John David Anglin
Apr 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa64-hpux.h (LIB_SPEC): Fix library specification used with GNU ld.
From-SVN: r80755
parent
245c3c04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
gcc/ChangeLog
+4
-0
gcc/config/pa/pa64-hpux.h
+13
-0
No files found.
gcc/ChangeLog
View file @
41067a2f
2004-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa64-hpux.h (LIB_SPEC): Fix library specification used with GNU ld.
2004-04-16 Nick Clifton <nickc@redhat.com>
2004-04-16 Nick Clifton <nickc@redhat.com>
* config/arm/arm.c (arm_override_options): Revert previous patch.
* config/arm/arm.c (arm_override_options): Revert previous patch.
...
...
gcc/config/pa/pa64-hpux.h
View file @
41067a2f
...
@@ -63,6 +63,18 @@ Boston, MA 02111-1307, USA. */
...
@@ -63,6 +63,18 @@ Boston, MA 02111-1307, USA. */
isn't available. We also usually need to link with libdld and it's
isn't available. We also usually need to link with libdld and it's
only available in shared form. */
only available in shared form. */
#undef LIB_SPEC
#undef LIB_SPEC
#if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GNU_LD)
#define LIB_SPEC \
"%{!shared:\
%{!p:%{!pg: -lc %{static:%{!nolibdld:-a shared -ldld -a archive -lc}}}}\
%{p:%{!pg:%{static:%{!mhp-ld:-a shared}%{mhp-ld:-a archive_shared}}\
-lprof %{static:-a archive} -lc\
%{static:%{!nolibdld:-a shared -ldld -a archive -lc}}}}\
%{pg:%{static:%{!mhp-ld:-a shared}%{mhp-ld:-a archive_shared}}\
-lgprof %{static:-a archive} -lc\
%{static:%{!nolibdld:-a shared -ldld -a archive -lc}}}}\
/usr/lib/pa20_64/milli.a"
#else
#define LIB_SPEC \
#define LIB_SPEC \
"%{!shared:\
"%{!shared:\
%{!p:%{!pg: -lc %{static:%{!nolibdld:-a shared -ldld -a archive -lc}}}}\
%{!p:%{!pg: -lc %{static:%{!nolibdld:-a shared -ldld -a archive -lc}}}}\
...
@@ -73,6 +85,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -73,6 +85,7 @@ Boston, MA 02111-1307, USA. */
-lgprof %{static:-a archive} -lc\
-lgprof %{static:-a archive} -lc\
%{static:%{!nolibdld:-a shared -ldld -a archive -lc}}}}\
%{static:%{!nolibdld:-a shared -ldld -a archive -lc}}}}\
/usr/lib/pa20_64/milli.a"
/usr/lib/pa20_64/milli.a"
#endif
/* Under hpux11, the normal location of the `ld' and `as' programs is the
/* Under hpux11, the normal location of the `ld' and `as' programs is the
/usr/ccs/bin directory. */
/usr/ccs/bin directory. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment