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
6e94a503
Commit
6e94a503
authored
Dec 05, 1995
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(TARGET_LIBGCC2_CFLAGS): Use -fPIC.
From-SVN: r10678
parent
bacebbcf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/config/i386/t-crtpic
+1
-0
gcc/config/pa/t-pa
+2
-0
gcc/config/sparc/t-sol2
+1
-0
gcc/config/sparc/t-sunos41
+2
-0
No files found.
gcc/config/i386/t-crtpic
View file @
6e94a503
...
@@ -7,3 +7,4 @@
...
@@ -7,3 +7,4 @@
# routines in crtstuff.c.
# routines in crtstuff.c.
CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
TARGET_LIBGCC2_CFLAGS = -fPIC
gcc/config/pa/t-pa
View file @
6e94a503
...
@@ -6,3 +6,5 @@ LIB2FUNCS_EXTRA=lib2funcs.asm
...
@@ -6,3 +6,5 @@ LIB2FUNCS_EXTRA=lib2funcs.asm
lib2funcs.asm: $(srcdir)/config/pa/$(LIB2FUNCS_EXTRA)
lib2funcs.asm: $(srcdir)/config/pa/$(LIB2FUNCS_EXTRA)
rm -f lib2funcs.asm
rm -f lib2funcs.asm
cp $(srcdir)/config/pa/$(LIB2FUNCS_EXTRA) .
cp $(srcdir)/config/pa/$(LIB2FUNCS_EXTRA) .
TARGET_LIBGCC2_CFLAGS = -fPIC
gcc/config/sparc/t-sol2
View file @
6e94a503
...
@@ -26,3 +26,4 @@ gcrt1.o: $(srcdir)/config/sparc/sol2-g1.asm
...
@@ -26,3 +26,4 @@ gcrt1.o: $(srcdir)/config/sparc/sol2-g1.asm
# routines in crtstuff.c.
# routines in crtstuff.c.
CRTSTUFF_T_CFLAGS = -fPIC
CRTSTUFF_T_CFLAGS = -fPIC
TARGET_LIBGCC2_CFLAGS = -fPIC
gcc/config/sparc/t-sunos41
View file @
6e94a503
...
@@ -9,3 +9,5 @@ MULTILIB_MATCHES=
...
@@ -9,3 +9,5 @@ MULTILIB_MATCHES=
LIBGCC = stmp-multilib
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
INSTALL_LIBGCC = install-multilib
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