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
06ed212d
Commit
06ed212d
authored
Mar 23, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LIB_SPEC): Always output -lmach.
From-SVN: r11606
parent
3d3ff202
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/i860/paragon.h
+3
-3
No files found.
gcc/config/i860/paragon.h
View file @
06ed212d
...
@@ -60,11 +60,11 @@ Boston, MA 02111-1307, USA. */
...
@@ -60,11 +60,11 @@ Boston, MA 02111-1307, USA. */
/* libpm.o and guard.o are for the performance monitoring modules (ignored) */
/* libpm.o and guard.o are for the performance monitoring modules (ignored) */
/* /usr/lib/noieee contains non-IEEE compliant (but faster) math routines */
/* /usr/lib/noieee contains non-IEEE compliant (but faster) math routines */
#if HAVE_DASH_G
#if HAVE_DASH_G
#define LIB_SPEC
"%{mnoieee:-L/usr/lib/noieee} %{mnx:-lnx -lmach} %
#define LIB_SPEC
\
{
g
*:-
lg
}
-
lc
-
lic
"
"%{mnoieee:-L/usr/lib/noieee} %{mnx:-lnx} %{g*:-lg} -lc -lmach
-lc -lic"
#else
/* HAVE_DASH_G */
#else
/* HAVE_DASH_G */
/* can't use -g for -lg; libg.a doesn't have a symbol table and ld complains */
/* can't use -g for -lg; libg.a doesn't have a symbol table and ld complains */
#define LIB_SPEC "
%
{
mnoieee
:-
L
/
usr
/
lib
/
noieee
}
%
{
mnx
:-
lnx
-
lmach
}
-
lc
-
lic
"
#define LIB_SPEC "%{mnoieee:-L/usr/lib/noieee} %{mnx:-lnx
} -lc -lmach
-lc -lic"
#endif
/* HAVE_DASH_G */
#endif
/* HAVE_DASH_G */
/* Get rid of definition from svr3.h. */
/* Get rid of definition from svr3.h. */
...
...
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