From: Roland McGrath Date: Tue, 18 Jun 1996 02:41:29 +0000 (+0000) Subject: Sun Jun 16 03:22:49 1996 Roland McGrath X-Git-Tag: cvs/libc-960618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8882a2dad5060a5c950ae31486863496a2ff05b1;p=thirdparty%2Fglibc.git Sun Jun 16 03:22:49 1996 Roland McGrath * Make-dist (subdir): Make empty value really empty. --- diff --git a/Make-dist b/Make-dist index f6999292602..457c9acc966 100644 --- a/Make-dist +++ b/Make-dist @@ -113,7 +113,7 @@ sources := $(filter-out $(addsuffix .c,$(basename $(.S.s))),$(sources)) $(.S.s) +tsrcs := $(filter-out $(+out) $(addprefix %/,$(+out)), \ $(sources) $(all-headers) $(distribute)) \ $(+sysdeps) -foo:=$(shell echo made +tsrcs >&2) +foo:=$(shell echo 'made +tsrcs=$(+tsrcs)'>&2) foo:=$(shell echo generated='$(generated)' >&2) generated := $(sort $(generated) $(generated:.S=.c) $(generated:.s=.c)) foo:=$(shell echo now generated='$(generated)' >&2) diff --git a/sysdeps/stub/elfclass.h b/sysdeps/stub/elfclass.h new file mode 100644 index 00000000000..1ad12954b27 --- /dev/null +++ b/sysdeps/stub/elfclass.h @@ -0,0 +1,8 @@ +/* This file specifies the native word size of the machine, which indicates + the ELF file class used for executables and shared objects on this + machine. */ + +#define __ELF_NATIVE_CLASS ?? + +/* This file goes in sysdeps/wordsize-?? and sysdeps/MACHINE/Implies lists + wordsize-?? for MACHINE's wordsize. */