blob: b2d7c8f6cc32e7130f92126e6f2bec9cd124b923 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
ifeq ($(subdir),conform)
# For bug 21635.
conformtest-xfail-conds += powerpc32-linux
endif
|