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
67446ffe
Commit
67446ffe
authored
Dec 14, 1995
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (distclean): Delete float.h
From-SVN: r10718
parent
32ebaaf0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
gcc/Makefile.in
+4
-0
No files found.
gcc/Makefile.in
View file @
67446ffe
...
@@ -303,6 +303,7 @@ LIB1FUNCS_EXTRA =
...
@@ -303,6 +303,7 @@ LIB1FUNCS_EXTRA =
LIB2FUNCS_EXTRA
=
LIB2FUNCS_EXTRA
=
# Default float.h source to use for cross-compiler.
# Default float.h source to use for cross-compiler.
# This is overidden by configure.
CROSS_FLOAT_H
=
float.h-cross
CROSS_FLOAT_H
=
float.h-cross
# Program to convert libraries.
# Program to convert libraries.
...
@@ -709,6 +710,8 @@ float.h-nat: enquire
...
@@ -709,6 +710,8 @@ float.h-nat: enquire
mv tmp-float.h float.h-nat
mv tmp-float.h float.h-nat
# Create a dummy float.h source for a cross-compiler.
# Create a dummy float.h source for a cross-compiler.
# ??? This isn't used anymore. Should we create config/float-unkn.h
# and make that the default float_format in configure?
float.h-cross
:
float.h-cross
:
echo
"#error float.h values not known for cross-compiler"
>
t-float.h-cross
echo
"#error float.h values not known for cross-compiler"
>
t-float.h-cross
mv t-float.h-cross float.h-cross
mv t-float.h-cross float.h-cross
...
@@ -1984,6 +1987,7 @@ distclean: clean bytecode.distclean lang.distclean
...
@@ -1984,6 +1987,7 @@ distclean: clean bytecode.distclean lang.distclean
-
rm
-f
objc-parse.output
-
rm
-f
objc-parse.output
-
rm
-f
c-parse.output
-
rm
-f
c-parse.output
-
rm
-f
*
.asm
-
rm
-f
*
.asm
-
rm
-f
float.h
# Delete anything likely to be found in the source directory
# Delete anything likely to be found in the source directory
# that shouldn't be in the distribution.
# that shouldn't be in the distribution.
...
...
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