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
0a7b7709
Commit
0a7b7709
authored
Mar 16, 1993
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CFLAGS, LIBGCC2_CFLAGS): Delete overrides and comment why they were wrong.
From-SVN: r3761
parent
e0e2f469
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
gcc/config/m68k/x-apollo68
+5
-10
No files found.
gcc/config/m68k/x-apollo68
View file @
0a7b7709
...
...
@@ -5,13 +5,8 @@
CC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG
OLDCC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG
# Makefile.in has debugging turned on:
#
# CFLAGS = -g
# LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1
#
# but that's not supported on the Apollo yet, so we'd better avoid
# the warnings.
CFLAGS =
LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS)
# This used to redefine CFLAGS and LIBGCC2_CFLAGS to eliminate the unsupported
# -g flag from both macros. This gives an undebugable stage1 compiler which
# is bad, and it also does the wrong thing if we are cross compiling to a
# target which does support debugging. There is currently no way to avoid
# the -g option that doesn't break something else.
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