From a470832cc9968204bcdbc32e49b9fd275adc4f79 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 22 Feb 2007 15:25:56 +0000 Subject: 2007-02-22 Ralf Corsepius * libcsupport/Makefile.am: Move getpagesize.c to newlib-only compiled files. --- cpukit/ChangeLog | 5 +++++ cpukit/libcsupport/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d5d889e527..9ee6b4462e 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2007-02-22 Ralf Corsepius + + * libcsupport/Makefile.am: Move getpagesize.c to newlib-only + compiled files. + 2007-02-22 Ralf Corsépius * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p. diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index 2262621bee..c044645e6f 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -63,7 +63,7 @@ ID_C_FILES = src/getegid.c src/geteuid.c src/getgid.c src/getgroups.c \ src/setpgid.c src/setsid.c MALLOC_C_FILES = src/malloc.c src/mallocfreespace.c src/__brk.c \ - src/__sbrk.c src/getpagesize.c + src/__sbrk.c PASSWORD_GROUP_C_FILES = src/getpwent.c @@ -85,7 +85,7 @@ else libcsupport_a_SOURCES += $(LIBC_GLUE_C_FILES) $(PASSWORD_GROUP_C_FILES) \ $(TERMINAL_IDENTIFICATION_C_FILES) $(SYSTEM_CALL_C_FILES) \ $(DIRECTORY_SCAN_C_FILES) $(ID_C_FILES) src/envlock.c \ - $(TERMIOS_C_FILES) + $(TERMIOS_C_FILES) src/getpagesize.c endif EXTRA_DIST = src/TODO src/CASES src/README -- cgit v1.2.3