x86: Don't check XFD against /proc/cpuinfo
[glibc.git] / sysdeps / riscv / Makefile
blobc08753ae8a3dfe5d5b85ab1140611b4e9c64b9f4
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 # RISC-V's assembler also needs to know about PIC as it changes the definition
10 # of some assembler macros.
11 ASFLAGS-.os += $(pic-ccflag)
13 ifeq (no,$(riscv-r-align))
14 ASFLAGS-.os += -Wa,-mno-relax
15 ASFLAGS-.o += -Wa,-mno-relax
16 sysdep-CFLAGS += -mno-relax
17 endif