mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
Added TERMINAL_IDENTIFICATION pieces.
This commit is contained in:
@@ -48,6 +48,7 @@ MALLOC_C_PIECES = malloc __brk __sbrk
|
||||
PASSWORD_GROUP_C_PIECES = getpwent getgrent
|
||||
|
||||
TERMINAL_IDENTIFICATION = ctermid isatty ttyname ttyname_r
|
||||
|
||||
LIBC_GLUE_C_PIECES = __getpid __gettod __times truncate access stat \
|
||||
lstat pathconf newlibc no_posix no_libc
|
||||
|
||||
@@ -59,9 +60,9 @@ UNIX_C_PIECES = $(UNIX_LIBC_C_PIECES) $(BASE_FS_C_PIECES) $(MALLOC_C_PIECES) \
|
||||
imfs_unixstub
|
||||
|
||||
EMBEDDED_C_PIECES = $(LIBC_GLUE_C_PIECES) $(BASE_FS_C_PIECES) \
|
||||
$(MALLOC_C_PIECES) $(PASSWORD_GROUP_C_PIECES) $(TERMIOS_C_PIECES) \
|
||||
$(SYSTEM_CALL_C_PIECES) $(DIRECTORY_SCAN_C_PIECES) $(IMFS_C_PIECES) \
|
||||
$(ERROR_C_PIECES) $(ASSOCIATION_C_PIECES)
|
||||
$(MALLOC_C_PIECES) $(PASSWORD_GROUP_C_PIECES) $(TERMINAL_IDENTIFICATION) \
|
||||
$(TERMIOS_C_PIECES) $(SYSTEM_CALL_C_PIECES) $(DIRECTORY_SCAN_C_PIECES) \
|
||||
$(IMFS_C_PIECES) $(ERROR_C_PIECES) $(ASSOCIATION_C_PIECES)
|
||||
|
||||
|
||||
@UNIX_TRUE@C_PIECES = $(UNIX_C_PIECES)
|
||||
|
||||
Reference in New Issue
Block a user