(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / iconvdata / extra-module.mk
blob7eda4e25aa2ef5082da0f54cd8cc7bba058bd31b
1 mod := $(firstword $(extra-modules-left))
2 extra-modules-left := $(strip $(filter-out $(mod),$(extra-modules-left)))
4 extra-objs := $(extra-objs) $(patsubst %,%.os,$($(mod)-routines))
6 $(objpfx)$(mod).so: $(addprefix $(objpfx),$(addsuffix .os,$($(mod)-routines)))\
7 $(common-objpfx)shlib.lds
8 $(build-module)
10 # Depend on libc.so so a DT_NEEDED is generated in the shared objects.
11 # This ensures they will load libc.so for needed symbols if loaded by
12 # a statically-linked program that hasn't already loaded it.
13 $(objpfx)$(mod).so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a
15 ifneq (,$(extra-modules-left))
16 include extra-module.mk
17 endif