]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/sparc/sparc64/elf/Makefile
Update.
[thirdparty/glibc.git] / sysdeps / sparc / sparc64 / elf / Makefile
1 # The assembler on SPARC needs the -fPIC flag even when it's assembler code.
2 ASFLAGS-.os = -fPIC
3
4 ifeq ($(subdir), csu)
5 extra-objs += crtbegin.o crtend.o crtbeginS.o crtendS.o
6 install-lib += crtbegin.o crtend.o crtbeginS.o crtendS.o
7
8 CPPFLAGS-crtbeginS.S = -fPIC -DPIC
9 CPPFLAGS-crtendS.S = -fPIC -DPIC
10 endif