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
f825b10f
Commit
f825b10f
authored
Oct 13, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(install-collect2): Depend on install-dir.
(install-info, install-float-h-cross): Likewise. From-SVN: r5778
parent
038d9bc0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/Makefile.in
+3
-3
No files found.
gcc/Makefile.in
View file @
f825b10f
...
@@ -1739,7 +1739,7 @@ install-cross-rest: install-float-h-cross
...
@@ -1739,7 +1739,7 @@ install-cross-rest: install-float-h-cross
# Install float.h for cross compiler.
# Install float.h for cross compiler.
# Run this on the target machine!
# Run this on the target machine!
install-float-h-cross
:
install-float-h-cross
:
install-dir
# if [ -f enquire ] ; then true; else false; fi
# if [ -f enquire ] ; then true; else false; fi
# Note: don't use -. We should fail right away if enquire was not made.
# Note: don't use -. We should fail right away if enquire was not made.
./enquire
-f
>
$(tmpdir)/float.h
./enquire
-f
>
$(tmpdir)/float.h
...
@@ -1834,7 +1834,7 @@ install-common: native install-dir xgcc g++ $(EXTRA_PARTS)
...
@@ -1834,7 +1834,7 @@ install-common: native install-dir xgcc g++ $(EXTRA_PARTS)
$(INSTALL_PROGRAM)
cpp
$(libsubdir)/cpp
$(INSTALL_PROGRAM)
cpp
$(libsubdir)/cpp
# Install the info files.
# Install the info files.
install-info
:
doc
install-info
:
doc
install-dir
-
rm
-f
$(infodir)
/cpp.info
*
$(infodir)
/gcc.info
*
-
rm
-f
$(infodir)
/cpp.info
*
$(infodir)
/gcc.info
*
cd
$(srcdir)
;
for
f
in
cpp.info
*
gcc.info
*
;
\
cd
$(srcdir)
;
for
f
in
cpp.info
*
gcc.info
*
;
\
do
$(INSTALL_DATA)
$$
f
$(infodir)
/
$$
f
;
done
do
$(INSTALL_DATA)
$$
f
$(infodir)
/
$$
f
;
done
...
@@ -1929,7 +1929,7 @@ install-assert-h: assert.h install-dir
...
@@ -1929,7 +1929,7 @@ install-assert-h: assert.h install-dir
fi
fi
# Use this target to install the program `collect2' under the name `ld'.
# Use this target to install the program `collect2' under the name `ld'.
install-collect2
:
collect2
install-collect2
:
collect2
install-dir
$(INSTALL_PROGRAM)
collect2
$(libsubdir)
/ld
$(INSTALL_PROGRAM)
collect2
$(libsubdir)
/ld
# Install the driver program as $(libsubdir)/gcc for collect2.
# Install the driver program as $(libsubdir)/gcc for collect2.
$(INSTALL_PROGRAM)
xgcc
$(libsubdir)/gcc
$(INSTALL_PROGRAM)
xgcc
$(libsubdir)/gcc
...
...
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