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
5520b936
Commit
5520b936
authored
Jun 19, 2004
by
Alexander Malmberg
Committed by
Nicola Pero
Jun 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidied up/fixed compilation of exception.c
From-SVN: r83399
parent
7c34ced1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
libobjc/ChangeLog
+6
-0
libobjc/Makefile.in
+5
-1
No files found.
libobjc/ChangeLog
View file @
5520b936
2004-06-20 Alexander Malmberg <alexander@malmberg.org>
* Makefile.in (exception.lo): Remove $(OBJC_GCFLAGS).
(exception_gc.lo): New.
(OBJS_GC): Add exception_gc.lo.
2004-06-17 Richard Henderson <rth@redhat.com>
* exception.c: New file.
...
...
libobjc/Makefile.in
View file @
5520b936
...
...
@@ -151,7 +151,7 @@ OBJS_GC = archive_gc.lo class_gc.lo encoding_gc.lo gc_gc.lo hash_gc.lo \
init_gc.lo linking_gc.lo misc_gc.lo nil_method_gc.lo
\
NXConstStr_gc.lo Object_gc.lo objects_gc.lo Protocol_gc.lo
\
sarray_gc.lo selector_gc.lo sendmsg_gc.lo thr_gc.lo
\
$(OBJC_THREAD_FILE)
_gc.lo
$(OBJC_THREAD_FILE)
_gc.lo
exception_gc.lo
runtime-info.h
:
echo
""
>
tmp-runtime.m
...
...
@@ -254,6 +254,10 @@ $(OBJC_THREAD_FILE)_gc.lo: $(OBJC_THREAD_FILE).c
$(INCLUDES)
$<
exception.lo
:
exception.c
$(LIBTOOL_COMPILE)
$(CC)
-c
-o
$@
$(ALL_CFLAGS)
\
-fexceptions
$(INCLUDES)
$<
exception_gc.lo
:
exception.c
$(LIBTOOL_COMPILE)
$(CC)
-c
-o
$@
$(ALL_CFLAGS)
$(OBJC_GCFLAGS)
\
-fexceptions
$(INCLUDES)
$<
...
...
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