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
d1c7c495
Commit
d1c7c495
authored
Mar 31, 1999
by
Ian Lance Taylor
Committed by
Jeff Law
Mar 30, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* t-rtems (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
From-SVN: r26077
parent
6d5a85d3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/config/t-rtems
+7
-0
No files found.
gcc/ChangeLog
View file @
d1c7c495
Wed
Mar
31
01
:
49
:
31
1999
Ian
Lance
Taylor
<
ian
@zembu
.
com
>
*
t
-
rtems
(
LIMITS_H_TEST
,
LIBGCC2_INCLUDES
)
:
Define
.
Wed
Mar
31
00
:
50
:
48
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
system
.
h
(
STDERR_FILENO
)
:
Fix
typo
.
...
...
gcc/config/t-rtems
View file @
d1c7c495
...
...
@@ -4,3 +4,10 @@ STMP_FIXPROTO =
# Don't install "assert.h" in gcc. RTEMS uses the one in newlib.
INSTALL_ASSERT_H =
# RTEMS always has limits.h.
LIMITS_H_TEST = true
# If we are building next to newlib, this will let us find the RTEMS
# limits.h when building libgcc2. Otherwise, newlib must be installed
# first.
LIBGCC2_INCLUDES = -I$(srcdir)/../newlib/libc/sys/rtems/include
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