mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
8 lines
193 B
Makefile
8 lines
193 B
Makefile
|
ifeq ($(subdir),misc)
|
||
|
sysdep_headers += sys/asm.h
|
||
|
endif
|
||
|
|
||
|
# RISC-V's assembler also needs to know about PIC as it changes the definition
|
||
|
# of some assembler macros.
|
||
|
ASFLAGS-.os += $(pic-ccflag)
|