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
7d454f03
Commit
7d454f03
authored
Nov 06, 1993
by
Noah Friedman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install gsyslimits.h if native limits.h didn't need fixing.
From-SVN: r6026
parent
4f4778af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
gcc/just-fixinc
+3
-1
No files found.
gcc/just-fixinc
View file @
7d454f03
...
@@ -21,9 +21,11 @@ $installed/fixinc.svr4 $installed/include /usr/include $installed
...
@@ -21,9 +21,11 @@ $installed/fixinc.svr4 $installed/include /usr/include $installed
# Make sure fixed native limits.h gets renamed to syslimits.h before gcc's
# Make sure fixed native limits.h gets renamed to syslimits.h before gcc's
# limits.h from tmpfoo is moved back.
# limits.h from tmpfoo is moved back.
rm
-f
syslimits.h
if
test
-f
limits.h
;
then
if
test
-f
limits.h
;
then
rm
-f
syslimits.h
mv limits.h syslimits.h
mv limits.h syslimits.h
else
cp
$installed
/gsyslimits.h syslimits.h
fi
fi
chmod a+r syslimits.h
chmod a+r syslimits.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