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
ba619c96
Commit
ba619c96
authored
Sep 25, 1996
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create multilib versions of -fpic/-fPIC.
From-SVN: r12844
parent
4dbebeb2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
gcc/config/sparc/t-sunos41
+6
-4
No files found.
gcc/config/sparc/t-sunos41
View file @
ba619c96
...
@@ -4,11 +4,13 @@ LIBGCC1 =
...
@@ -4,11 +4,13 @@ LIBGCC1 =
CROSS_LIBGCC1 =
CROSS_LIBGCC1 =
LIBGCC1_TEST =
LIBGCC1_TEST =
MULTILIB_OPTIONS
=m
v8
MULTILIB_OPTIONS
= fpic/fPIC mcpu=
v8
MULTILIB_DIRNAMES
=
v8
MULTILIB_DIRNAMES
= pic ucpic
v8
MULTILIB_MATCHES
=
MULTILIB_MATCHES
= mcpu?v8=mv8
LIBGCC = stmp-multilib
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
INSTALL_LIBGCC = install-multilib
TARGET_LIBGCC2_CFLAGS = -fPIC
# The native linker doesn't handle linking -fpic code with -fPIC code. Ugh.
# We cope by building both variants of libgcc.
#TARGET_LIBGCC2_CFLAGS = -fPIC
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