mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-23 07:27:21 +08:00
9 lines
211 B
Makefile
9 lines
211 B
Makefile
libc_a_SOURCES += \
|
|
%D%/memcpy.S %D%/memset.S %D%/setjmp.S %D%/strcmp.S %D%/strcpy.S \
|
|
%D%/strlen.S %D%/strncpy.S
|
|
|
|
if XTENSA_ESP32_PSRAM_CACHE_FIX
|
|
libc_a_CPPFLAGS_%C% = \
|
|
-DXTENSA_ESP32_PSRAM_CACHE_FIX
|
|
endif
|