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
8f8cdf33
Commit
8f8cdf33
authored
21 years ago
by
Michael Matz
Committed by
Michael Matz
21 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
From-SVN: r78706
parent
65d151a7
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 @
8f8cdf33
2004-03-01 Michael Matz <matz@suse.de>
* Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
2004-02-06 Ziemowit Laski <zlaski@apple.com>
* objc/objc-api.h (objc_super): The 'class' field shall
...
...
This diff is collapsed.
Click to expand it.
libobjc/Makefile.in
View file @
8f8cdf33
...
...
@@ -71,7 +71,7 @@ CFLAGS = @CFLAGS@
WARN_CFLAGS
=
-W
-Wall
-Wwrite-strings
-Wstrict-prototypes
GTHREAD_FLAGS
=
@GTHREAD_FLAGS@
ALL_CFLAGS
=
-I
.
-I
$(srcdir)
$(CPPFLAGS)
$(DEFS)
$(CFLAGS)
$(WARN_CFLAGS)
\
$(GTHREAD_FLAGS)
-DIN_GCC
-DIN_TARGET_LIBS
$(GTHREAD_FLAGS)
-DIN_GCC
-DIN_TARGET_LIBS
-fno-strict-aliasing
# Libtool
# The following strings describe the version of the obj-C library
...
...
This diff is collapsed.
Click to expand it.
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