summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-15 14:28:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-15 14:28:30 +0000
commite8ff934af380b4af278c0f7d7c36e6494ce16ccd (patch)
tree81ee1270c444495c8a30831769907c4283e377c0 /c/src
parent2001-05-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e8ff934af380b4af278c0f7d7c36e6494ce16ccd.tar.bz2
2001-05-15 Joel Sherrill <joel@OARcorp.com>
* libc/Makefile.am: envlock.c should only be built for embedded targets using newlib.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/libcsupport/src/Makefile.am5
-rw-r--r--c/src/lib/ChangeLog5
-rw-r--r--c/src/lib/libc/Makefile.am5
3 files changed, 11 insertions, 4 deletions
diff --git a/c/src/exec/libcsupport/src/Makefile.am b/c/src/exec/libcsupport/src/Makefile.am
index 075f97731f..f1c478268b 100644
--- a/c/src/exec/libcsupport/src/Makefile.am
+++ b/c/src/exec/libcsupport/src/Makefile.am
@@ -34,14 +34,15 @@ DIRECTORY_SCAN_C_FILES = opendir.c closedir.c readdir.c rewinddir.c \
MALLOC_C_FILES = malloc.c mallocfreespace.c __brk.c __sbrk.c
-ENVIRON_C_FILES = envlock.c
+ENVIRON_C_FILES =
PASSWORD_GROUP_C_FILES = getpwent.c getgrent.c
TERMINAL_IDENTIFICATION_C_FILES = ctermid.c isatty.c ttyname.c ttyname_r.c
LIBC_GLUE_C_FILES = __getpid.c __gettod.c __times.c truncate.c access.c \
- stat.c lstat.c pathconf.c newlibc.c no_posix.c no_libc.c utsname.c
+ stat.c lstat.c pathconf.c envlock.c newlibc.c no_posix.c no_libc.c \
+ utsname.c
UNIX_LIBC_C_FILES = unixlibc.c hosterr.c
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index af966603b4..6286f735a2 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-15 Joel Sherrill <joel@OARcorp.com>
+
+ * libc/Makefile.am: envlock.c should only be built for embedded
+ targets using newlib.
+
2001-05-14 Till Straumann <strauman@slac.stanford.edu>
* Per PR212, added envlock support for newlib. This is used
diff --git a/c/src/lib/libc/Makefile.am b/c/src/lib/libc/Makefile.am
index 075f97731f..f1c478268b 100644
--- a/c/src/lib/libc/Makefile.am
+++ b/c/src/lib/libc/Makefile.am
@@ -34,14 +34,15 @@ DIRECTORY_SCAN_C_FILES = opendir.c closedir.c readdir.c rewinddir.c \
MALLOC_C_FILES = malloc.c mallocfreespace.c __brk.c __sbrk.c
-ENVIRON_C_FILES = envlock.c
+ENVIRON_C_FILES =
PASSWORD_GROUP_C_FILES = getpwent.c getgrent.c
TERMINAL_IDENTIFICATION_C_FILES = ctermid.c isatty.c ttyname.c ttyname_r.c
LIBC_GLUE_C_FILES = __getpid.c __gettod.c __times.c truncate.c access.c \
- stat.c lstat.c pathconf.c newlibc.c no_posix.c no_libc.c utsname.c
+ stat.c lstat.c pathconf.c envlock.c newlibc.c no_posix.c no_libc.c \
+ utsname.c
UNIX_LIBC_C_FILES = unixlibc.c hosterr.c