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
3f7531db
Commit
3f7531db
authored
Jan 25, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(install-float-h-cross): Don't ignore error when running enquire.
From-SVN: r3323
parent
82bde854
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
gcc/Makefile.in
+3
-4
No files found.
gcc/Makefile.in
View file @
3f7531db
...
...
@@ -1446,10 +1446,9 @@ install-cross-rest: install-float-h-cross
# Install float.h for cross compiler.
# Run this on the target machine!
install-float-h-cross
:
# I don't see what this line is for.
# If you see what good it does, please tell me. -- rms.
if
[
-f
enquire
]
;
then
true;
else
false;
fi
-./enquire
-f
>
$(tmpdir)/float.h
# if [ -f enquire ] ; then true; else false; fi
# Note: don't use -. We should fail right away if enquire was not made.
./enquire
-f
>
$(tmpdir)/float.h
-rm
-f
$(libsubdir)/include/float.h
$(INSTALL_DATA)
$(tmpdir)/float.h
$(libsubdir)/include/float.h
-rm
-f
$(tmpdir)/float.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