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
74285159
Commit
74285159
authored
Nov 19, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Nov 19, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (runtime-info.h): Avoid GNU make extensions.
From-SVN: r23722
parent
e3f159c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libobjc/ChangeLog
+4
-0
libobjc/Makefile.in
+1
-1
No files found.
libobjc/ChangeLog
View file @
74285159
Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (runtime-info.h): Avoid GNU make extensions.
Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
...
...
libobjc/Makefile.in
View file @
74285159
...
...
@@ -120,7 +120,7 @@ OBJS_GC = archive_gc.o class_gc.o encoding_gc.o gc_gc.o hash_gc.o \
runtime-info.h
:
$(MULTIBUILDTOP)../../gcc/cc1obj
echo
""
>
tmp-runtime
echo
"/* This file is automatically generated */"
>
$@
$
<
-print-objc-runtime-info
tmp-runtime
>>
$@
$
(MULTIBUILDTOP)
../../gcc/cc1obj
-print-objc-runtime-info
tmp-runtime
>>
$@
rm
-f
tmp-runtime
archive_gc.o
:
archive.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