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
2029232e
Commit
2029232e
authored
Nov 21, 1994
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(MULTILIB_MATCHES): Treat m68302/m68332 like m68000.
From-SVN: r8535
parent
bf1106b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/m68k/t-m68kbare
+3
-3
No files found.
gcc/config/m68k/t-m68kbare
View file @
2029232e
...
@@ -15,9 +15,9 @@ xfgnulib.c: $(srcdir)/config/m68k/fpgnulib.c
...
@@ -15,9 +15,9 @@ xfgnulib.c: $(srcdir)/config/m68k/fpgnulib.c
echo '#define EXTFLOAT' > xfgnulib.c
echo '#define EXTFLOAT' > xfgnulib.c
cat $(srcdir)/config/m68k/fpgnulib.c >> xfgnulib.c
cat $(srcdir)/config/m68k/fpgnulib.c >> xfgnulib.c
MULTILIB_OPTIONS
=
m68000/m68020 m68881/msoft-float
MULTILIB_OPTIONS
=
m68000/m68020 m68881/msoft-float
MULTILIB_DIRNAMES=
MULTILIB_DIRNAMES
=
MULTILIB_MATCHES
=m68020=m68040 m68000=mc68000 m68020=mc6802
0
MULTILIB_MATCHES
= m68000=mc68000 m68000=m68302 m68000=m68332 m68020=mc68020 m68020=m6804
0
LIBGCC = stmp-multilib
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
INSTALL_LIBGCC = install-multilib
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