178fb96cfe
- add patches from OpenBSD-current, to multilib libgcc as -fpic - fix asm emitting code on i386, to avoid dwarf2 stuff. Similar patches may be needed for other a.out arches... - fix comment on i386. - add -L/usr/lib/debug. - finish -shared support. Misc. configury: - try to ensure libffi, libjava, fastjar will configure. So far, ld dumps core in libjava though... Use gmake for now, as it does not build completely with our make... Still missing shared library pieces...
10 lines
403 B
Plaintext
10 lines
403 B
Plaintext
$OpenBSD: patch-gcc_config_m68k_t-openbsd,v 1.1 2001/07/09 10:26:20 espie Exp $
|
|
--- gcc/config/m68k/t-openbsd.orig Fri Jul 6 10:52:57 2001
|
|
+++ gcc/config/m68k/t-openbsd Fri Jul 6 10:52:48 2001
|
|
@@ -0,0 +1,5 @@
|
|
+# gdb gets confused if pic code is linked with non pic
|
|
+# We cope by building all variants of libgcc.
|
|
+MULTILIB_OPTIONS = fpic/fPIC
|
|
+LIBGCC = stmp-multilib
|
|
+INSTALL_LIBGCC = install-multilib
|