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
581b0278
Commit
581b0278
authored
Dec 26, 2010
by
Andreas Schwab
Committed by
Andreas Schwab
Dec 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc/config/m68k/t-linux (M68K_MLIB_CPU): Only include 680x0 CPUs.
From-SVN: r168253
parent
029b98c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/m68k/t-linux
+2
-2
No files found.
gcc/ChangeLog
View file @
581b0278
2010
-
12
-
26
Andreas
Schwab
<
schwab
@linux
-
m68k
.
org
>
*
config
/
m68k
/
t
-
linux
(
M68K_MLIB_CPU
)
:
Only
include
680
x0
CPUs
.
2010
-
12
-
24
Alexander
Monakov
<
amonakov
@ispras
.
ru
>
PR
rtl
-
optimization
/
47036
gcc/config/m68k/t-linux
View file @
581b0278
...
...
@@ -18,8 +18,8 @@
EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
# Only include multilibs for CPUs with an MMU.
M68K_MLIB_CPU += &&
match(FLAGS,
"FL_MMU")
# Only include multilibs for
680x0
CPUs with an MMU.
M68K_MLIB_CPU += &&
(CPU ~ "^m680") && (FLAGS ~
"FL_MMU")
# This rule uses MULTILIB_MATCHES to generate a definition of
# SYSROOT_SUFFIX_SPEC.
...
...
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