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
5bc10877
Commit
5bc10877
authored
23 years ago
by
Rainer Orth
Committed by
Rainer Orth
23 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/sol2.h (CPLUSPLUS_CPP_SPEC): Define.
From-SVN: r45866
parent
c20d89f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ChangeLog
+4
-0
gcc/config/i386/sol2.h
+8
-0
No files found.
gcc/ChangeLog
View file @
5bc10877
2001
-
09
-
28
Rainer
Orth
<
ro
@TechFak
.
Uni
-
Bielefeld
.
DE
>
*
config
/
i386
/
sol2
.
h
(
CPLUSPLUS_CPP_SPEC
)
:
Define
.
2001
-
09
-
25
Bernd
Schmidt
<
bernds
@redhat
.
com
>
Mostly
from
Graham
Stott
<
grahams
@redhat
.
com
>
...
...
This diff is collapsed.
Click to expand it.
gcc/config/i386/sol2.h
View file @
5bc10877
...
...
@@ -83,6 +83,14 @@ Boston, MA 02111-1307, USA. */
%{!pthreads:%{threads:-D_REENTRANT -D_SOLARIS_THREADS}} \
%{compat-bsd:-iwithprefixbefore ucbinclude -I/usr/ucbinclude}"
/* For C++ we need to add some additional macro definitions required
by the C++ standard library. */
#define CPLUSPLUS_CPP_SPEC "\
-D_XOPEN_SOURCE=500 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 \
-D__EXTENSIONS__ \
%(cpp) \
"
#undef LIB_SPEC
#define LIB_SPEC \
"%{compat-bsd:-lucb -lsocket -lnsl -lelf -laio} \
...
...
This diff is collapsed.
Click to expand it.
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