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
8d86aaea
Commit
8d86aaea
authored
Jun 28, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1326
parent
5aa8b4bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
gcc/Makefile.in
+4
-7
No files found.
gcc/Makefile.in
View file @
8d86aaea
...
...
@@ -32,8 +32,8 @@
LANGUAGES
=
c c++ objective-c proto
ALLOCA
=
ALLOCA_FLAGS
=
-S
-Demacs
ALLOCA_FINISH
=
as
-o
alloca.o alloca.s
ALLOCA_FLAGS
=
ALLOCA_FINISH
=
# Various ways of specifying flags for compilations:
# CFLAGS is for the user to override to, e.g., do a bootstrap with -O2.
...
...
@@ -851,13 +851,10 @@ aux-output.o : aux-output.c $(CONFIG_H) \
# Normally this target is not used; but it is used if you
# define ALLOCA=alloca.o. In that case, you must get a suitable alloca.c
# from the GNU Emacs distribution.
# Note some machines won't allow $(CC) without -S on this source file.
alloca.o
:
alloca.c
# sed is used to strip the comments from the assembler output.
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
$(ALLOCA_FLAGS)
\
`echo
$(srcdir)/alloca.c
|
sed
's,^\./,,'
`
-Demacs
`
echo
$(srcdir)
/alloca.c | sed
's,^\./,,'
`
$(ALLOCA_FINISH)
-rm
alloca.s
# Generate header and source files from the machine description,
# and compile them.
...
...
@@ -1433,7 +1430,7 @@ install-float-h: float.h install-dir
install-limits-h
:
limits.h limitx.h install-dir
-
rm
-f
$(libsubdir)
/include/limits.h tmp-limits.h
if
[
-f
/usr/include/limits.h
]
;
then
\
cat
$(srcdir)
/limitx.h
$(srcdir)
/limits.h
>
tmp-limits.h
;
\
cat
$(srcdir)
/limitx.h
$(srcdir)
/limits.h
$(srcdir)
/limity.h
>
tmp-limits.h
;
\
else
\
cat
$(srcdir)
/limits.h
>
tmp-limits.h
;
\
fi
...
...
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