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
cf9be6f0
Commit
cf9be6f0
authored
Feb 21, 1995
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(OVERRIDE_OPTIONS): Add missing ';' to SUBTARGET_OVERRIDE_OPTIONS.
From-SVN: r8988
parent
a07190d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/config/m68k/m68k.h
+2
-2
gcc/config/sparc/sparc.h
+2
-2
No files found.
gcc/config/m68k/m68k.h
View file @
cf9be6f0
...
...
@@ -142,14 +142,14 @@ extern int target_flags;
if (TARGET_FPA) target_flags &= ~2; \
if (! TARGET_68020 && flag_pic == 2) \
error("-fPIC is not currently supported on the 68000 or 68010\n"); \
SUBTARGET_OVERRIDE_OPTIONS \
SUBTARGET_OVERRIDE_OPTIONS
;
\
}
#else
#define OVERRIDE_OPTIONS \
{ \
if (! TARGET_68020 && flag_pic == 2) \
error("-fPIC is not currently supported on the 68000 or 68010\n"); \
SUBTARGET_OVERRIDE_OPTIONS \
SUBTARGET_OVERRIDE_OPTIONS
;
\
}
#endif
/* defined SUPPORT_SUN_FPA */
...
...
gcc/config/sparc/sparc.h
View file @
cf9be6f0
...
...
@@ -130,11 +130,11 @@ void sparc_override_options ();
} \
flag_omit_frame_pointer = 0; \
} \
SUBTARGET_OVERRIDE_OPTIONS \
SUBTARGET_OVERRIDE_OPTIONS
;
\
sparc_override_options (); \
} while (0)
/* This is meant to be redefined in the host dependent files */
/* This is meant to be redefined in the host dependent files
.
*/
#define SUBTARGET_OVERRIDE_OPTIONS
/* These compiler options take an argument. We ignore -target for now. */
...
...
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