mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
|
# Plug millicode routines into libgcc.a We want these on both native and
|
||
|
# cross compiles.
|
||
|
# FIXME: Explain.
|
||
|
LIB1ASMFUNCS := $(filter-out _dyncall, $(LIB1ASMFUNCS))
|
||
|
|
||
|
LIB2ADD_ST = $(srcdir)/config/pa/linux-atomic.c
|
||
|
|
||
|
HOST_LIBGCC2_CFLAGS += -Dpa64=1 -DELF=1
|