diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-28 22:28:52 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-28 22:28:52 +0000 |
commit | 99e6e5c934f42825134d1321d11c788c1b636c0a (patch) | |
tree | c4648012da22d9195c1c15daee4fcabd5b12f1c4 /gnu/egcs/gcc/config | |
parent | 684da740fe8a78c082a245ee0820c4f110097c1d (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-openbsd | 4 |
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 |