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
2f3d1876
Commit
2f3d1876
authored
May 10, 1995
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not build -mmultiple/-mno-multiple libgcc.a variants
From-SVN: r9614
parent
75814ad4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
gcc/config/rs6000/t-ppc
+2
-6
gcc/config/rs6000/t-ppcgas
+2
-4
No files found.
gcc/config/rs6000/t-ppc
View file @
2f3d1876
...
@@ -17,12 +17,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
...
@@ -17,12 +17,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
# explicit little endian or big endian libraries, since it depends on the
# explicit little endian or big endian libraries, since it depends on the
# -mbig/-mlittle switches passed to gas.
# -mbig/-mlittle switches passed to gas.
MULTILIB_OPTIONS = msoft-float \
MULTILIB_OPTIONS = msoft-float
mmultiple/mno-multiple
MULTILIB_DIRNAMES = soft-float
MULTILIB_DIRNAMES = soft-float \
multiple no-multiple
MULTILIB_MATCHES = msoft-float=mcpu?403 \
MULTILIB_MATCHES = msoft-float=mcpu?403 \
msoft-float=mcpu?mpc403 \
msoft-float=mcpu?mpc403 \
msoft-float=mcpu?ppc403
msoft-float=mcpu?ppc403
...
...
gcc/config/rs6000/t-ppcgas
View file @
2f3d1876
...
@@ -16,12 +16,10 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
...
@@ -16,12 +16,10 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
# Build libgcc.a with different options.
# Build libgcc.a with different options.
MULTILIB_OPTIONS = msoft-float \
MULTILIB_OPTIONS = msoft-float \
mlittle/mbig \
mlittle/mbig
mmultiple/mno-multiple
MULTILIB_DIRNAMES = soft-float \
MULTILIB_DIRNAMES = soft-float \
little-endian big-endian \
little-endian big-endian
multiple no-multiple
MULTILIB_MATCHES = mlittle=mlittle-endian \
MULTILIB_MATCHES = mlittle=mlittle-endian \
mbig=mbig-endian \
mbig=mbig-endian \
...
...
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