diff options
author | 1999-04-18 21:05:13 +0000 | |
---|---|---|
committer | 1999-04-18 21:05:13 +0000 | |
commit | 2d0d9467d41fd47831fcfd404dd07a2a4e4e3898 (patch) | |
tree | f4c7e258b6bd0b171f4f4b722e7c217584cfa280 | |
parent | Add yyfix, from 4.4BSD (diff) | |
download | wireguard-openbsd-2d0d9467d41fd47831fcfd404dd07a2a4e4e3898.tar.xz wireguard-openbsd-2d0d9467d41fd47831fcfd404dd07a2a4e4e3898.zip |
PIC code generation is busted, espie@ said yes
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/t-openbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/pa/t-openbsd b/gnu/usr.bin/gcc/config/pa/t-openbsd index 35fcd2ad071..0655a238328 100644 --- a/gnu/usr.bin/gcc/config/pa/t-openbsd +++ b/gnu/usr.bin/gcc/config/pa/t-openbsd @@ -21,4 +21,4 @@ ee_fp.asm: $(srcdir)/config/pa/ee_fp.asm rm -f ee_fp.asm cp $(srcdir)/config/pa/ee_fp.asm . -TARGET_LIBGCC2_CFLAGS = -fPIC +#TARGET_LIBGCC2_CFLAGS = -fPIC |