source: vendor/glibc-tests/glibc/sysdeps/powerpc/Makefile

Last change on this file was 2036, checked in by bird, 20 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 715 bytes
Line 
1# We always want to use the new mnemonic syntax even if we are on a RS6000
2# machine.
3+cflags += -mnew-mnemonics
4
5ifeq ($(subdir),gmon)
6sysdep_routines += ppc-mcount
7endif
8
9ifeq ($(subdir),string)
10CFLAGS-memcmp.c += -Wno-uninitialized
11endif
12
13ifeq ($(subdir),elf)
14# extra shared linker files to link into dl-allobjs.so and libc
15sysdep-dl-routines += dl-machine
16sysdep_routines += dl-machine
17# extra shared linker files to link only into dl-allobjs.so
18sysdep-rtld-routines += dl-machine
19endif
20
21ifeq ($(subdir),setjmp)
22ifeq (yes,$(build-shared))
23sysdep_routines += novmx-longjmp novmx-sigjmp
24endif
25endif
26
27ifeq ($(subdir),csu)
28# get offset to rtld_global._dl_hwcap
29gen-as-const-headers += rtld-global-offsets.sym
30endif
Note: See TracBrowser for help on using the repository browser.