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
792e526b
Commit
792e526b
authored
Mar 13, 2006
by
Jie Zhang
Committed by
Jie Zhang
Mar 13, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/bfin/uclinux.h: Define _GNU_SOURCE in CPLUSPLUS_CPP_SPEC.
From-SVN: r112016
parent
2bbec6d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/config/bfin/uclinux.h
+4
-0
No files found.
gcc/ChangeLog
View file @
792e526b
2006
-
03
-
13
Jie
Zhang
<
jie
.
zhang
@analog
.
com
>
*
config
/
bfin
/
uclinux
.
h
:
Define
_GNU_SOURCE
in
CPLUSPLUS_CPP_SPEC
.
2006
-
03
-
13
Jeff
Law
<
law
@redhat
.
com
>
*
tree
-
vrp
.
c
(
stmt_interesting_for_vrp
)
:
Some
statements
with
...
...
gcc/config/bfin/uclinux.h
View file @
792e526b
/* The GNU C++ standard library requires that these macros be defined. */
#undef CPLUSPLUS_CPP_SPEC
#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
#undef STARTFILE_SPEC
#define STARTFILE_SPEC \
"crt1%O%s crti%O%s crtbegin%O%s crtlibid%O%s"
...
...
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