diff options
author | Marek Polacek <polacek@redhat.com> | 2012-08-02 00:11:39 +0200 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2012-08-02 00:11:39 +0200 |
commit | 3fb791b889fc80556274a856e642ca6186c18926 (patch) | |
tree | 671af8ed643cc3e3aa28e9adb0bcc560b4300e04 /Makeconfig | |
parent | 23bddc0668391d97710f7d10c8cb04dc305112ea (diff) | |
download | glibc-3fb791b889fc80556274a856e642ca6186c18926.tar.gz |
Small cleanup in Makeconfig.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makeconfig b/Makeconfig index 859b588e00..10df8eeb93 100644 --- a/Makeconfig +++ b/Makeconfig @@ -89,10 +89,6 @@ uses-callbacks = $(exceptions) # What flags to give to tests which test stack alignment stack-align-test-flags = -# We have a special subdir for each binary format. -# For now, only ELF is fully supported. -binfmt-subdir = elf - # Complete path to sysdep dirs. # `configure' writes a definition of `config-sysdirs' in `config.make'. sysdirs := $(foreach D,$(config-sysdirs),$(firstword $(filter /%,$D) $(..)$D)) @@ -955,7 +951,6 @@ endif endif # build-shared -dlfcn = dlfcn ifeq ($(build-shared),yes) libdl = $(common-objpfx)dlfcn/libdl.so$(libdl.so-version) else @@ -976,7 +971,7 @@ all-subdirs = csu assert ctype locale intl catgets math setjmp signal \ grp pwd posix io termios resource misc socket sysvipc gmon \ gnulib iconv iconvdata wctype manual shadow gshadow po argp \ crypt nss localedata timezone rt conform debug \ - $(add-on-subdirs) $(dlfcn) $(binfmt-subdir) + $(add-on-subdirs) dlfcn elf ifndef avoid-generated all-Depend-files := $(wildcard $(foreach dir,$(all-subdirs),\ |