mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Remove the mention of arcbe ABI to avoid any mislead. ARC big endian ABI is no longer supported. Reviewed-by: Florian Weimer <fweimer@redhat.com>
13 lines
260 B
Makefile
13 lines
260 B
Makefile
ifeq ($(subdir),stdlib)
|
|
gen-as-const-headers += ucontext_i.sym
|
|
endif
|
|
|
|
ifeq ($(subdir),signal)
|
|
sysdep_routines += sigrestorer
|
|
endif
|
|
|
|
ifeq ($(subdir),misc)
|
|
# MIPS/Tile-style cacheflush routine
|
|
sysdep_headers += sys/cachectl.h
|
|
sysdep_routines += cacheflush
|
|
endif
|