mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
17 lines
466 B
Plaintext
17 lines
466 B
Plaintext
# See the copy of this file in libc for detailed explanations. The
|
|
# ports copy needs to include all libc definitions applicable to any
|
|
# ports target; only one copy will be used.
|
|
#
|
|
# Feature Name Configuration
|
|
# ------------ -------------
|
|
#
|
|
# MIPS PLTs.
|
|
MIPS_PLT mips*-*-linux*
|
|
#
|
|
# Unique symbol definitions for C++.
|
|
# Architecture independent, all ELF targets (== all targets)
|
|
UNIQUE
|
|
#
|
|
# Indirect PLT relocations. Architecture dependent.
|
|
IFUNC powerpc-*-linux*
|