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
77c871e6
Commit
77c871e6
authored
Apr 23, 1996
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add embedded targets from Rob S.
From-SVN: r11870
parent
8e958f70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
3 deletions
+32
-3
gcc/config/m68k/m68kemb.h
+32
-3
No files found.
gcc/config/m68k/m68kemb.h
View file @
77c871e6
...
...
@@ -38,6 +38,35 @@
#undef NEEDS_UNTYPED_CALL
#define NEEDS_UNTYPED_CALL 1
/* crt0.o should be specified in the linker script. */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC ""
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dmc68000 -D__embedded__ -Asystem(embedded) \
-Amachine(mc68000)"
#undef LINK_SPEC
#define LINK_SPEC "\
%{midp: %{!Ttext*: -Ttext 0x00010000}} \
%{mbcc: %{!Ttext*: -Ttext 0x00003000}} \
%{mmvme135: %{!Ttext*: -Ttext 0x00005000}} \
%{mmvme162: %{!Ttext*: -Ttext 0x00010000}}"
/* Use the target specific crt0 and libgloss/newlib libraries if desired */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "\
%{midp: idp-crt0.o} \
%{mbcc: bcc-crt0.o} \
%{mmvme135: mvme135-crt0.o} \
%{mmvme162: mvme162-crt0.o}"
#undef LIB_SPEC
#define LIB_SPEC "\
%{mmvme135: -lc -lmvme135 -lc} \
%{mmvme162: -lc -lmvme162 -lc} \
%{midp: -lc -lidp -lc} \
%{mbcc: -lc -lbcc -lc}"
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \
{ "mvme135", 0 }, \
{ "mvme162", 0 }, \
{ "bcc", 0}, \
{ "idp", 0 }, \
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