Small cleanup in Makeconfig.
This commit is contained in:
parent
23bddc0668
commit
3fb791b889
@ -1,3 +1,10 @@
|
|||||||
|
2012-08-01 Marek Polacek <polacek@redhat.com>
|
||||||
|
|
||||||
|
* libc/Makeconfig: Use elf in place of binfmt-subdir.
|
||||||
|
Use dlfcn directly instead of a variable.
|
||||||
|
(binfmt-subdir): Do not define.
|
||||||
|
(dlfcn): Likewise.
|
||||||
|
|
||||||
2012-08-01 Joseph Myers <joseph@codesourcery.com>
|
2012-08-01 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
|
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
|
||||||
|
@ -89,10 +89,6 @@ uses-callbacks = $(exceptions)
|
|||||||
# What flags to give to tests which test stack alignment
|
# What flags to give to tests which test stack alignment
|
||||||
stack-align-test-flags =
|
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.
|
# Complete path to sysdep dirs.
|
||||||
# `configure' writes a definition of `config-sysdirs' in `config.make'.
|
# `configure' writes a definition of `config-sysdirs' in `config.make'.
|
||||||
sysdirs := $(foreach D,$(config-sysdirs),$(firstword $(filter /%,$D) $(..)$D))
|
sysdirs := $(foreach D,$(config-sysdirs),$(firstword $(filter /%,$D) $(..)$D))
|
||||||
@ -955,7 +951,6 @@ endif
|
|||||||
endif # build-shared
|
endif # build-shared
|
||||||
|
|
||||||
|
|
||||||
dlfcn = dlfcn
|
|
||||||
ifeq ($(build-shared),yes)
|
ifeq ($(build-shared),yes)
|
||||||
libdl = $(common-objpfx)dlfcn/libdl.so$(libdl.so-version)
|
libdl = $(common-objpfx)dlfcn/libdl.so$(libdl.so-version)
|
||||||
else
|
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 \
|
grp pwd posix io termios resource misc socket sysvipc gmon \
|
||||||
gnulib iconv iconvdata wctype manual shadow gshadow po argp \
|
gnulib iconv iconvdata wctype manual shadow gshadow po argp \
|
||||||
crypt nss localedata timezone rt conform debug \
|
crypt nss localedata timezone rt conform debug \
|
||||||
$(add-on-subdirs) $(dlfcn) $(binfmt-subdir)
|
$(add-on-subdirs) dlfcn elf
|
||||||
|
|
||||||
ifndef avoid-generated
|
ifndef avoid-generated
|
||||||
all-Depend-files := $(wildcard $(foreach dir,$(all-subdirs),\
|
all-Depend-files := $(wildcard $(foreach dir,$(all-subdirs),\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user