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
87b36970
Commit
87b36970
authored
Jul 31, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LIMITS_H): Deleted.
(install-limits-h): Use glimits.h, not limits.h. From-SVN: r1729
parent
0c7b7f30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
gcc/Makefile.in
+3
-10
No files found.
gcc/Makefile.in
View file @
87b36970
...
...
@@ -219,13 +219,6 @@ GCC_PASSES=xgcc cc1 cpp $(EXTRA_PASSES)
# to link anything.
GCC_PARTS
=
$(GCC_PASSES)
libgcc.a
$(EXTRA_PROGRAMS)
$(USE_COLLECT2)
$(EXTRA_PARTS)
# Change this to empty to prevent installing limits.h.
# Actually, this currently has no effect,
# and if that causes no problems, it can be deleted.
# Otherwise, it must be replaced so as to control
# the actions of install-limits-h.
LIMITS_H
=
limits.h
# Directory to link to, when using the target `maketest'.
DIR
=
../gcc
...
...
@@ -1446,12 +1439,12 @@ install-float-h: float.h install-dir
chmod a-x
$(libsubdir)
/include/float.h
# Install limits.h, optionally inheriting from the standard system version.
install-limits-h
:
limits.h limitx.h install-dir
install-limits-h
:
g
limits.h limitx.h install-dir
-
rm
-f
$(libsubdir)
/include/limits.h tmp-limits.h
if
[
-f
/usr/include/limits.h
]
;
then
\
cat
$(srcdir)
/limitx.h
$(srcdir)
/limits.h
$(srcdir)
/limity.h
>
tmp-limits.h
;
\
cat
$(srcdir)
/limitx.h
$(srcdir)
/
g
limits.h
$(srcdir)
/limity.h
>
tmp-limits.h
;
\
else
\
cat
$(srcdir)
/limits.h
>
tmp-limits.h
;
\
cat
$(srcdir)
/
g
limits.h
>
tmp-limits.h
;
\
fi
$(INSTALL_DATA)
tmp-limits.h
$(libsubdir)
/include/limits.h
chmod a-x
$(libsubdir)
/include/limits.h
...
...
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