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
42118350
Commit
42118350
authored
Jan 26, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(rest.cross, gfloat.h, stmp-headers, mostlyclean): Build and install
gfloat.h instead of float.h. From-SVN: r3358
parent
ad37ba0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gcc/Makefile.in
+6
-6
No files found.
gcc/Makefile.in
View file @
42118350
...
...
@@ -470,7 +470,7 @@ config.status:
# On the target machine, finish building a cross compiler.
# This does the things that can't be done on the host machine.
rest.cross
:
libgcc.a float.h specs
rest.cross
:
libgcc.a
g
float.h specs
# Verify that it works to compile and link cross-test.
# If it does, then there are sufficient replacements for libgcc1.a.
...
...
@@ -509,8 +509,8 @@ cc1obj:$(P) $(OBJC_OBJS) $(OBJS) $(LIBDEPS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
cc1obj
$(OBJC_OBJS)
$(OBJS)
$(LIBS)
# Copy float.h from its source.
float.h
:
$(FLOAT_H)
cp
$(FLOAT_H)
float.h
g
float.h
:
$(FLOAT_H)
cp
$(FLOAT_H)
g
float.h
# Create float.h source for the native machine.
float.h-nat
:
enquire
...
...
@@ -1267,7 +1267,7 @@ test-protoize-simple: ./protoize ./unprotoize $(GCC_PASSES)
# stamp-* so that mostlyclean does not force the include directory to
# be rebuilt.
stmp-headers
:
stmp-fixincludes $(USER_H) gvarargs.h gstdarg.h gstddef.h gsyslimits.h xlimits.h float.h
stmp-headers
:
stmp-fixincludes $(USER_H) gvarargs.h gstdarg.h gstddef.h gsyslimits.h xlimits.h
g
float.h
# Copy in the headers provided with gcc.
# The sed command gets just the last file name component;
# this is necessary because VPATH could add a dirname.
...
...
@@ -1300,7 +1300,7 @@ stmp-headers: stmp-fixincludes $(USER_H) gvarargs.h gstdarg.h gstddef.h gsyslimi
cp
xlimits.h
include/limits.h
chmod
a+r
include/limits.h
rm
-f
include/float.h
cp
float.h
include/float.h
cp
g
float.h
include/float.h
chmod
a+r
include/float.h
# Install the README
rm
-f
include/README
...
...
@@ -1379,7 +1379,7 @@ mostlyclean:
-rm
-f
*.greg
*.lreg
*.combine
*.flow
*.cse
*.jump
*.rtl
*.tree
*.loop
-rm
-f
*.dbr
*.jump2
*.sched
*.cse2
*.sched2
*.stack
# Delete some files made during installation.
-rm
-f
specs
float.h
enquire
SYSCALLS.c.X
SYSCALLS.c
-rm
-f
specs
gfloat.h
float.h-*
enquire
SYSCALLS.c.X
SYSCALLS.c
-rm
-f
collect
collect2
ld
mips-tfile
mips-tdump
alloca.s
# Delete unwanted output files from TeX.
-rm
-f
*.toc
*.log
*.vr
*.fn
*.cp
*.tp
*.ky
*.pg
...
...
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