t-linux64 274 B

12345678
  1. # Plug millicode routines into libgcc.a We want these on both native and
  2. # cross compiles.
  3. LIB1ASMSRC = pa/milli64.S
  4. LIB1ASMFUNCS = _divI _divU _remI _remU _div_const _mulI
  5. HOST_LIBGCC2_CFLAGS += -Dpa64=1 -DELF=1 -DLINUX=1
  6. LIB2ADD_ST = $(srcdir)/config/pa/linux-atomic.c