From dd954461c3c6cb0264a30ac5f64afb1e5d6aa1aa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 5 Dec 2008 13:31:05 +0000 Subject: [PATCH] =?UTF-8?q?2008-12-05=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/Makefile.am: Unconditionally compile files which now are in newlib. --- cpukit/ChangeLog | 5 +++++ cpukit/libcsupport/Makefile.am | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 281d319696..d6f1688e75 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2008-12-05 Ralf Corsépius + + * libcsupport/Makefile.am: Unconditionally compile files which now + are in newlib. + 2008-12-05 Ralf Corsépius * posix/src/execl.c, posix/src/execle.c, diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index 32a1b48f9b..021f57a333 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -73,8 +73,8 @@ endif DIRECTORY_SCAN_C_FILES = ## 20 Nov 2008: Now using these from newlib's posix directory -## DIRECTORY_SCAN_C_FILES = src/opendir.c src/closedir.c src/readdir.c \ -## src/rewinddir.c src/scandir.c src/seekdir.c src/telldir.c +DIRECTORY_SCAN_C_FILES += src/opendir.c src/closedir.c src/readdir.c \ + src/rewinddir.c src/scandir.c src/seekdir.c src/telldir.c ## Newlib SHOULD have provided this one DIRECTORY_SCAN_C_FILES += src/readdir_r.c ## Comment out when using these from newlib's unix directory @@ -95,7 +95,7 @@ MALLOC_C_FILES = src/malloc_initialize.c src/calloc.c src/malloc.c \ PASSWORD_GROUP_C_FILES = src/getpwent.c -TERMINAL_IDENTIFICATION_C_FILES = src/ctermid.c src/isatty.c +TERMINAL_IDENTIFICATION_C_FILES = src/ctermid.c ## 20 Nov 2008: Now using these from newlib's posix directory TERMINAL_IDENTIFICATION_C_FILES += src/isatty.c ## Comment out when using these from newlib's unix directory