diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-12 01:34:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-12 01:34:32 +0000 |
commit | 6e86a7c21b25f271304238a0cff0dd638343a5c2 (patch) | |
tree | c16d93ff60aa8304dac31faee111abaed3109e74 /csu/Makefile | |
parent | a89d30d44492de151143ba26ae9c62ea2b79efb8 (diff) | |
download | glibc-6e86a7c21b25f271304238a0cff0dd638343a5c2.tar.gz glibc-6e86a7c21b25f271304238a0cff0dd638343a5c2.tar.xz glibc-6e86a7c21b25f271304238a0cff0dd638343a5c2.zip |
* Makerules (elfobjdir): Use $(objdir) if set, even in elf subdir.
* elf/Makefile (routines): Remove init-first. * csu/Makefile (routines): New variable; put it here instead. * config.make.in (CFLAGS): New variable. * io/sys/stat.h (S_ISLNK, S_ISSOCK): Make conditional on __USE_BSD, not __USE_GNU. * string/string.h (strncasecmp): Likewise.
Diffstat (limited to 'csu/Makefile')
-rw-r--r-- | csu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csu/Makefile b/csu/Makefile index fdeaee0ce0..9254b7f2be 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -27,6 +27,7 @@ subdir := csu +routines = init-first csu-dummies = $(filter-out $(start-installed-name),crt1.o Mcrt1.o) extra-objs = start.o gmon-start.o \ $(start-installed-name) g$(start-installed-name) \ |