xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/t-openbsd (revision 1debfc3d3fad8af6f31804271c18e67f77b4d718)
1#Plug millicode routines into libgcc.a  We want these on both native and
2#cross compiles.  We use the "64-bit" routines because the "32-bit" code
3#is broken for certain corner cases.
4LIB1ASMSRC = pa/milli64.S
5LIB1ASMFUNCS = _divI _divU _remI _remU _div_const _mulI _dyncall
6
7HOST_LIBGCC2_CFLAGS += -DELF=1 -DLINUX=1
8
9LIB2ADD = $(srcdir)/config/pa/fptr.c
10