summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-05 13:31:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-05 13:31:05 +0000
commitdd954461c3c6cb0264a30ac5f64afb1e5d6aa1aa (patch)
treea2b92764a38c4fabb504c7a8a2d6b2364a46479e
parentRegenerate. (diff)
downloadrtems-dd954461c3c6cb0264a30ac5f64afb1e5d6aa1aa.tar.bz2
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/Makefile.am: Unconditionally compile files which now are in newlib.
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/libcsupport/Makefile.am6
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,5 +1,10 @@
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/Makefile.am: Unconditionally compile files which now
+ are in newlib.
+
+2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* posix/src/execl.c, posix/src/execle.c,
posix/src/execlp.c, posix/src/execv.c,
posix/src/execve.c, posix/src/execvp.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