view libgcc/config/pa/t-netbsd @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
children
line wrap: on
line source

#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