summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/config
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-03-28 22:28:52 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-03-28 22:28:52 +0000
commit99e6e5c934f42825134d1321d11c788c1b636c0a (patch)
treec4648012da22d9195c1c15daee4fcabd5b12f1c4 /gnu/egcs/gcc/config
parent684da740fe8a78c082a245ee0820c4f110097c1d (diff)
PIC does not mix well w/ nopic (yet); espie@ ok
Diffstat (limited to 'gnu/egcs/gcc/config')
-rw-r--r--gnu/egcs/gcc/config/pa/t-openbsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/config/pa/t-openbsd b/gnu/egcs/gcc/config/pa/t-openbsd
index e0f43a4a631..0262fc49b9a 100644
--- a/gnu/egcs/gcc/config/pa/t-openbsd
+++ b/gnu/egcs/gcc/config/pa/t-openbsd
@@ -21,10 +21,10 @@ LIB1ASMSRC=pa/milli32.S
SHLIB_LINK =
# Compile crtbeginS.o and crtendS.o as PIC.
-CRTSTUFF_T_CFLAGS_S = -fPIC
+CRTSTUFF_T_CFLAGS_S = # -fPIC
# Compile libgcc2.a as PIC.
# This is also used when compiling libgcc1 if libgcc1 is the asm variety.
-TARGET_LIBGCC2_CFLAGS = -fPIC -DELF=1
+TARGET_LIBGCC2_CFLAGS = -DELF=1 # -fPIC
ADA_CFLAGS=-mdisable-indexing