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
4c457b6b
Commit
4c457b6b
authored
Sep 18, 1999
by
Ulrich Drepper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(USER_H): Add iso646.h back.
From-SVN: r29497
parent
2a780534
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/Makefile.in
+2
-2
No files found.
gcc/Makefile.in
View file @
4c457b6b
...
...
@@ -147,7 +147,8 @@ INSTALL_HEADERS_DIR = @build_install_headers_dir@
# to programs compiled with GCC.
USER_H
=
$(srcdir)
/ginclude/stdarg.h
$(srcdir)
/ginclude/stddef.h
\
$(srcdir)
/ginclude/varargs.h
$(srcdir)
/ginclude/proto.h
\
$(srcdir)
/ginclude/stdbool.h
$(EXTRA_HEADERS)
$(LANG_EXTRA_HEADERS)
$(srcdir)
/ginclude/stdbool.h
$(srcdir)
/ginclude/iso646.h
\
$(EXTRA_HEADERS)
$(LANG_EXTRA_HEADERS)
# Target to use whe installing assert.h. Some systems may
# want to set this empty.
...
...
@@ -3191,4 +3192,3 @@ float.h-cross:
echo
"#error float.h values not known for cross-compiler"
>>
t-float.h-cross
echo
"#endif"
>>
t-float.h-cross
mv t-float.h-cross float.h-cross
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