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
b4862477
Commit
b4862477
authored
Jan 24, 2003
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jan 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Revert last change.
From-SVN: r61693
parent
49691411
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-1
gcc/configure
+0
-0
gcc/configure.in
+2
-1
No files found.
gcc/ChangeLog
View file @
b4862477
2003
-
01
-
23
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
ChangeLog
(
configure
.
in
)
:
Don
'
t
include
ansidecl
.
h
in
tconfig
.
h
.
*
configure
.
in
:
Revert
last
change
.
2003
-
01
-
23
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
configure
.
in
:
Don
'
t
include
ansidecl
.
h
in
tconfig
.
h
.
*
gcov
-
io
.
h
(
PARAMS
,
ATTRIBUTE_UNUSED
:
Define
if
IN_LIBGCC2
.
*
unwind
-
dw2
-
fde
.
h
(
last_fde
)
:
Use
__attribute__
,
not
ATTRIBUTE_UNUSED
.
...
...
gcc/configure
View file @
b4862477
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
b4862477
...
...
@@ -1037,7 +1037,8 @@ tm_p_file="${tm_p_file} tm-preds.h"
host_xm_file="auto-host.h ansidecl.h ${host_xm_file}"
build_xm_file="${build_auto} ansidecl.h ${build_xm_file}"
# We don't want ansidecl.h in target files, write code there in ISO/GNU C.
#xm_file="ansidecl.h ${xm_file}"
# put this back in temporarily.
xm_file="ansidecl.h ${xm_file}"
# Truncate the target if necessary
if test x$host_truncate_target != x; then
...
...
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