blob: 1f45659ed1d78f7ca07910b434360c21fab61979 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# See Makeconfig regarding the use of default-abi.
default-abi := 32
ifeq ($(subdir),csu)
ifeq (yes,$(build-shared))
sysdep_routines += divdi3
shared-only-routines += divdi3
CPPFLAGS-divdi3.c = -Din_divdi3_c
endif
endif
|