blob: 6d8c56f3ed11aae949f4dfa42901b4c0decee729 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ifeq ($(subdir),gmon)
sysdep_routines += _mcount
endif
ifeq ($(subdir),csu)
ifeq (yes,$(build-shared))
# Compatibility
sysdep_routines += divdi3
shared-only-routines += divdi3
endif
endif
|