2012-05-26 17:46:59 +00:00
|
|
|
abi-variants := 32 64
|
|
|
|
abi-32-options := -U__powerpc64__
|
|
|
|
abi-32-condition := __WORDSIZE == 32
|
|
|
|
abi-64-options := -D__powerpc64__
|
|
|
|
abi-64-condition := __WORDSIZE == 64
|
|
|
|
abi-64-ld-soname := ld64.so.1
|
2011-12-22 18:22:50 +00:00
|
|
|
|
2004-04-19 06:19:34 +00:00
|
|
|
ifeq ($(subdir),rt)
|
|
|
|
librt-routines += rt-sysdep
|
|
|
|
endif
|
2005-12-22 05:18:34 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),stdlib)
|
|
|
|
gen-as-const-headers += ucontext_i.sym
|
|
|
|
endif
|
2005-12-30 07:32:48 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),elf)
|
2007-08-12 19:03:54 +00:00
|
|
|
sysdep_routines += dl-vdso
|
2005-12-30 07:32:48 +00:00
|
|
|
endif
|
2012-09-25 19:48:28 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),misc)
|
|
|
|
sysdep_headers += bits/ppc.h
|
|
|
|
sysdep_routines += get_clockfreq get_timebase_freq
|
|
|
|
tests += test-gettimebasefreq
|
|
|
|
endif
|