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
503388d4
Commit
503388d4
authored
Jan 15, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LIB_SPEC): Remove %{mieee-fp:-lieee}.
Use -lc_p for -profile. (CC1_SPEC): New macro. From-SVN: r10984
parent
274351ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
gcc/config/i386/linux.h
+8
-4
No files found.
gcc/config/i386/linux.h
View file @
503388d4
/* Definitions for Intel 386 running Linux with ELF format
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Copyright (C) 1994, 1995
, 1996
Free Software Foundation, Inc.
Contributed by Eric Youngdale.
Modified for stabs-in-ELF by H.J. Lu.
...
...
@@ -157,15 +157,19 @@ Boston, MA 02111-1307, USA. */
#define CPP_SPEC "%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{m486:-D__i486__} %{posix:-D_POSIX_SOURCE}"
#endif
/* This is for -profile to use -lc_p instead of -lc. */
#undef CC1_SPEC
#define CC1_SPEC "%{profile:-p}"
#undef LIB_SPEC
#if 1
/* We no longer link with libc_p.a or libg.a by default. If you
* want to profile or debug the Linux C library, please add
* -
lc_p
or -ggdb to LDFLAGS at the link time, respectively.
* -
profile
or -ggdb to LDFLAGS at the link time, respectively.
*/
#define LIB_SPEC \
"%{!shared: %{
mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon
} \
%{!
ggdb:-lc} %{ggdb:-lg
}}"
"%{!shared: %{
p:-lgmon} %{pg:-lgmon} %{profile:-lgmon -lc_p
} \
%{!
profile:%{!ggdb:-lc} %{ggdb:-lg}
}}"
#else
#define LIB_SPEC \
"%{!shared: \
...
...
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