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
812e2cfe
Commit
812e2cfe
authored
Jan 19, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Targets and deps objc-actions.* renamed to objc-act.*.
From-SVN: r3273
parent
e58232cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/Makefile.in
+4
-4
No files found.
gcc/Makefile.in
View file @
812e2cfe
...
...
@@ -351,7 +351,7 @@ C_OBJS = c-parse.o c-lang.o c-lex.o \
c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-pragma.o
# Language-specific object files for Objectionable C.
OBJC_OBJS
=
objc-parse.o objc-act
ions
.o
\
OBJC_OBJS
=
objc-parse.o objc-act.o
\
c-lex.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-pragma.o
# Language-specific object files for C++.
...
...
@@ -794,15 +794,15 @@ collect2.o : collect2.c $(CONFIG_H) gstab.h
# Objectionable C language specific files.
objc-parse.o
:
$(srcdir)/objc-parse.c $(CONFIG_H) $(TREE_H) c-lex.h
\
c-tree.h input.h flags.h objc-act
ions
.h
c-tree.h input.h flags.h objc-act.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
$(srcdir)
/objc-parse.c
$(srcdir)/objc-parse.c
:
$(srcdir)/objc-parse.y
cd
$(srcdir)
;
$(BISON)
$(BISONFLAGS)
objc-parse.y
-o
objc-parse.c
$(srcdir)/objc-parse.y
:
$(srcdir)/c-parse.in $(srcdir)/cond.awk
cd
$(srcdir)
;
awk
-f
cond.awk
objc
=
1 c-parse.in
>
objc-parse.y
objc-act
ions.o
:
objc-actions
.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h
\
flags.h objc-act
ions
.h
objc-act
.o
:
objc-act
.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h
\
flags.h objc-act.h
# A file used by all variants of C.
...
...
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