Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / config / pa / t-netbsd
blob4a4257fb44b2a6e35852e0a11b75fbbda9e3ced6
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.
5 LIB1ASMFUNCS = _divI _divU _remI _remU _div_const _mulI _dyncall
6 LIB1ASMSRC = pa/milli64.S
8 # Compile libgcc2.a as PIC.
9 TARGET_LIBGCC2_CFLAGS = -fPIC -DELF=1 -DNETBSD=1
11 LIB2FUNCS_EXTRA=$(srcdir)/config/pa/fptr.c
13 # Compile crtbeginS.o and crtendS.o as PIC.
14 CRTSTUFF_T_CFLAGS_S = -fPIC