mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
* Makeconfig (sysdep-makeconfigs): Include any Makeconfig files
found within $(add-ons) directories too. [linuxthreads add-on]: Move variable settings for linuxthreads to new file linuxthreads/Makeconfig.
This commit is contained in:
parent
575f0d00f6
commit
f1d71039d1
@ -1,3 +1,10 @@
|
|||||||
|
2001-05-20 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
|
* Makeconfig (sysdep-makeconfigs): Include any Makeconfig files
|
||||||
|
found within $(add-ons) directories too.
|
||||||
|
[linuxthreads add-on]: Move variable settings for linuxthreads
|
||||||
|
to new file linuxthreads/Makeconfig.
|
||||||
|
|
||||||
2001-05-20 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
2001-05-20 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_STD_AUXV):
|
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_STD_AUXV):
|
||||||
|
11
Makeconfig
11
Makeconfig
@ -806,13 +806,6 @@ endif
|
|||||||
|
|
||||||
endif # build-shared
|
endif # build-shared
|
||||||
|
|
||||||
ifneq (,$(findstring linuxthreads,$(add-ons)))
|
|
||||||
shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so
|
|
||||||
static-thread-library = $(common-objpfx)linuxthreads/libpthread.a
|
|
||||||
bounded-thread-library = $(common-objpfx)linuxthreads/libpthread_b.a
|
|
||||||
have-thread-library = yes
|
|
||||||
rpath-dirs += linuxthreads
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(elf),yes)
|
ifeq ($(elf),yes)
|
||||||
dlfcn = dlfcn
|
dlfcn = dlfcn
|
||||||
@ -880,7 +873,9 @@ $(common-objpfx)sysd-sorted: $(..)scripts/gen-sorted.awk $(all-Depend-files) \
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Let sysdeps/ subdirs contain a Makeconfig fragment for us to include here.
|
# Let sysdeps/ subdirs contain a Makeconfig fragment for us to include here.
|
||||||
sysdep-makeconfigs := $(wildcard $(full_config_sysdirs:=/Makeconfig))
|
sysdep-makeconfigs := $(wildcard $(patsubst %,$(..)%/Makeconfig,\
|
||||||
|
$(config-sysdirs) $(add-ons)))
|
||||||
|
|
||||||
ifneq (,$(sysdep-makeconfigs))
|
ifneq (,$(sysdep-makeconfigs))
|
||||||
include $(sysdep-makeconfigs)
|
include $(sysdep-makeconfigs)
|
||||||
endif
|
endif
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
|
2001-05-20 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
|
* Makeconfig: New file, variables used to be in main libc Makeconfig.
|
||||||
|
|
||||||
2001-05-09 Geoff Keating <geoffk@redhat.com>
|
2001-05-09 Geoff Keating <geoffk@redhat.com>
|
||||||
|
|
||||||
* sysdeps/powerpc/pt-machine.h
|
* sysdeps/powerpc/pt-machine.h
|
||||||
(HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS): Define.
|
(HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS): Define.
|
||||||
(__compare_and_swap): Remove memory barriers.
|
(__compare_and_swap): Remove memory barriers.
|
||||||
(__compare_and_swap_with_release_semantics): New function.
|
(__compare_and_swap_with_release_semantics): New function.
|
||||||
|
Loading…
Reference in New Issue
Block a user