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
2d5ff2a7
Commit
2d5ff2a7
authored
Mar 18, 1997
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LIB_SPEC): -lprof1 requires -lpdf for OSF4.
From-SVN: r13732
parent
2b3600ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/alpha/alpha.h
+2
-2
No files found.
gcc/config/alpha/alpha.h
View file @
2d5ff2a7
...
@@ -44,9 +44,9 @@ Boston, MA 02111-1307, USA. */
...
@@ -44,9 +44,9 @@ Boston, MA 02111-1307, USA. */
#define SIGNED_CHAR_SPEC "%{funsigned-char:-D__CHAR_UNSIGNED__}"
#define SIGNED_CHAR_SPEC "%{funsigned-char:-D__CHAR_UNSIGNED__}"
/* Under OSF
/1, -p and -pg require -lprof1
. */
/* Under OSF
4, -p and -pg require -lprof1, and -lprof1 requires -lpdf
. */
#define LIB_SPEC "%{p:-lprof1
} %{pg:-lprof1
} %{a:-lprof2} -lc"
#define LIB_SPEC "%{p:-lprof1
-lpdf} %{pg:-lprof1 -lpdf
} %{a:-lprof2} -lc"
/* Pass "-G 8" to ld because Alpha's CC does. Pass -O3 if we are
/* Pass "-G 8" to ld because Alpha's CC does. Pass -O3 if we are
optimizing, -O1 if we are not. Pass -shared, -non_shared or
optimizing, -O1 if we are not. Pass -shared, -non_shared or
...
...
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