mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 12:59:21 +08:00
be9c0561e7
This code has not been updated since 2016, and it looks like it has rotted quite a bit since. It does not build against the current set of phoenix sources -- I had to hack both the kernel headers and the newlib headers up to get it to build, and I still have no idea if it actually links or runs. It seems like the project itself has moved away from newlib and to its own C library: https://phoenix-rtos.com/documentation/libc/README.md So since there's no interest from the phoenix folks to maintain this, and it has a significant amount of non-standard code that we try to keep up-to-date (without actually testing it), just punt it all.
70 lines
1.5 KiB
Makefile
70 lines
1.5 KiB
Makefile
if HAVE_LIBC_SYS_A29KHIF_DIR
|
|
include %D%/a29khif/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_AMDGCN_DIR
|
|
include %D%/amdgcn/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_ARM_DIR
|
|
include %D%/arm/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_D10V_DIR
|
|
include %D%/d10v/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_EPIPHANY_DIR
|
|
include %D%/epiphany/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_H8300HMS_DIR
|
|
include %D%/h8300hms/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_H8500HMS_DIR
|
|
include %D%/h8500hms/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_M88KBUG_DIR
|
|
include %D%/m88kbug/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_MMIXWARE_DIR
|
|
include %D%/mmixware/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_NETWARE_DIR
|
|
include %D%/netware/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_OR1K_DIR
|
|
include %D%/or1k/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_RDOS_DIR
|
|
include %D%/rdos/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_RTEMS_DIR
|
|
include %D%/rtems/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_SH_DIR
|
|
include %D%/sh/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_SYSMEC_DIR
|
|
include %D%/sysmec/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_SYSNEC810_DIR
|
|
include %D%/sysnec810/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_SYSNECV850_DIR
|
|
include %D%/sysnecv850/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_SYSVI386_DIR
|
|
include %D%/sysvi386/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_SYSVNECV70_DIR
|
|
include %D%/sysvnecv70/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_TIC80_DIR
|
|
include %D%/tic80/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_TIRTOS_DIR
|
|
include %D%/tirtos/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_W65_DIR
|
|
include %D%/w65/Makefile.inc
|
|
endif
|
|
if HAVE_LIBC_SYS_Z8KSIM_DIR
|
|
include %D%/z8ksim/Makefile.inc
|
|
endif
|