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
1b61a40e
Commit
1b61a40e
authored
Apr 29, 1993
by
Kresten Krab Thorup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_forward.c renamed to xforward.c
From-SVN: r4276
parent
503e4b87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
gcc/objc/Makefile.in
+7
-7
No files found.
gcc/objc/Makefile.in
View file @
1b61a40e
...
@@ -78,17 +78,17 @@ sendmsg.o: sendmsg.c fflags
...
@@ -78,17 +78,17 @@ sendmsg.o: sendmsg.c fflags
$(GCC_FOR_TARGET)
`
cat
fflags
`
-c
$(GCC_CFLAGS)
$(SUBDIR_INCLUDES)
$(srcdir)
/objc/sendmsg.c
$(GCC_FOR_TARGET)
`
cat
fflags
`
-c
$(GCC_CFLAGS)
$(SUBDIR_INCLUDES)
$(srcdir)
/objc/sendmsg.c
## Next to are for heuristics on forwarding mechanism...
## Next to are for heuristics on forwarding mechanism...
_forward
:
_
forward.c
xforward
:
x
forward.c
-
$(GCC_FOR_TARGET)
-c
$(GCC_CFLAGS)
$(SUBDIR_INCLUDES)
$(srcdir)
/objc/
_
forward.c
-
$(GCC_FOR_TARGET)
-c
$(GCC_CFLAGS)
$(SUBDIR_INCLUDES)
$(srcdir)
/objc/
x
forward.c
-
$(GCC_FOR_TARGET)
./
_forward.o
-o
_
forward
-
$(GCC_FOR_TARGET)
./
xforward.o
-o
x
forward
if
[
!
-f
./
_forward
]
;
then
touch ./_
forward
;
fi
if
[
!
-f
./
xforward
]
;
then
touch ./x
forward
;
fi
fflags
:
_
forward
fflags
:
x
forward
-
rm
-f
fflags
-
rm
-f
fflags
-
if
[
-s
./
_forward
]
;
then
./_
forward
>
fflags
;
else
touch fflags
;
fi
-
if
[
-s
./
xforward
]
;
then
./x
forward
>
fflags
;
else
touch fflags
;
fi
mostlyclean
:
mostlyclean
:
-
rm
-f
*
.o libobjc.a
_
forward fflags
-
rm
-f
*
.o libobjc.a
x
forward fflags
clean
:
mostlyclean
clean
:
mostlyclean
distclean
:
mostlyclean
distclean
:
mostlyclean
extraclean
:
mostlyclean
extraclean
:
mostlyclean
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