1# See Makeconfig regarding the use of default-abi.
2default-abi := 32
3
4ifeq ($(subdir),csu)
5ifeq (yes,$(build-shared))
6sysdep_routines += divdi3
7shared-only-routines += divdi3
8CPPFLAGS-divdi3.c = -Din_divdi3_c
9endif
10endif
11
12ifeq ($(subdir),conform)
13# For bug 21635.
14conformtest-xfail-conds += powerpc32-linux
15endif
16