mirror of git://sourceware.org/git/glibc.git
7 lines
255 B
Plaintext
7 lines
255 B
Plaintext
|
sinclude(./aclocal.m4)dnl Autoconf lossage
|
||
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
||
|
# Local configure fragment for sysdeps/sparc.
|
||
|
|
||
|
# The assembler on SPARC needs the -fPIC flag even when it's assembler code.
|
||
|
ASFLAGS_SO = -fPIC
|