Call "CST" a time zone abbreviation, not a name
[glibc.git] / sysdeps / loongarch / Makefile
blob43d2f583cdfa44b9cba29840c4f86f2a744333de
1 ifeq ($(subdir),misc)
2 sysdep_headers += sys/asm.h
3 endif
5 ifeq ($(subdir),elf)
6 gen-as-const-headers += dl-link.sym
7 endif
9 # LoongArch's assembler also needs to know about PIC as it changes the
10 # definition of some assembler macros.
11 ASFLAGS-.os += $(pic-ccflag)
13 # All the objects in lib*_nonshared.a need to be compiled with medium code
14 # model or large applications may fail to link.
15 ifeq (yes,$(have-cmodel-medium))
16 CFLAGS-.oS += -mcmodel=medium
17 endif