17f293b014
libgcc/: * config.host (hppa-*-openbsd*): New target. * config/pa/t-openbsd: New file. gcc:/ * config.gcc (hppa*-*-openbsd*): New target. * config/pa/pa-openbsd.h: New file. * config/pa/pa32-openbsd.h: New file. * config/host-openbsd.c: Update copyright year. (TRY_EXCEPT_VM_SPACE): Define for OpenBSD/hppa. From-SVN: r191508
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
#Plug millicode routines into libgcc.a We want these on both native and
|
|
#cross compiles. We use the "64-bit" routines because the "32-bit" code
|
|
#is broken for certain corner cases.
|
|
LIB1ASMSRC = pa/milli64.S
|
|
LIB1ASMFUNCS = _divI _divU _remI _remU _div_const _mulI _dyncall
|
|
|
|
HOST_LIBGCC2_CFLAGS += -DELF=1 -DLINUX=1
|
|
|
|
LIB2ADD = $(srcdir)/config/pa/fptr.c
|