|
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 |
|
|---|
| 5 | ifeq ($(subdir),gmon)
|
|---|
| 6 | sysdep_routines += ppc-mcount
|
|---|
| 7 | endif
|
|---|
| 8 |
|
|---|
| 9 | ifeq ($(subdir),string)
|
|---|
| 10 | CFLAGS-memcmp.c += -Wno-uninitialized
|
|---|
| 11 | endif
|
|---|
| 12 |
|
|---|
| 13 | ifeq ($(subdir),elf)
|
|---|
| 14 | # extra shared linker files to link into dl-allobjs.so and libc
|
|---|
| 15 | sysdep-dl-routines += dl-machine
|
|---|
| 16 | sysdep_routines += dl-machine
|
|---|
| 17 | # extra shared linker files to link only into dl-allobjs.so
|
|---|
| 18 | sysdep-rtld-routines += dl-machine
|
|---|
| 19 | endif
|
|---|
| 20 |
|
|---|
| 21 | ifeq ($(subdir),setjmp)
|
|---|
| 22 | ifeq (yes,$(build-shared))
|
|---|
| 23 | sysdep_routines += novmx-longjmp novmx-sigjmp
|
|---|
| 24 | endif
|
|---|
| 25 | endif
|
|---|
| 26 |
|
|---|
| 27 | ifeq ($(subdir),csu)
|
|---|
| 28 | # get offset to rtld_global._dl_hwcap
|
|---|
| 29 | gen-as-const-headers += rtld-global-offsets.sym
|
|---|
| 30 | endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.