Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275509
Collapse All | Expand All

(-)uClibc-0.9.30.orig/libpthread/linuxthreads.old/Makefile.in (+7 lines)
Lines 59-64 Link Here
59
libc-static-y += $(libpthread_OUT)/libc_pthread_init.o
59
libc-static-y += $(libpthread_OUT)/libc_pthread_init.o
60
libc-shared-y += $(libpthread_libc_OBJ:.o=.oS)
60
libc-shared-y += $(libpthread_libc_OBJ:.o=.oS)
61
61
62
ifeq ($(TARGET_ARCH),i386)
63
# Most files must not be compiled without frame pointer since we need
64
# the frame base address which is stored in %ebp unless the frame pointer
65
# is optimized out.
66
CFLAGS += -fno-omit-frame-pointer -mpreferred-stack-boundary=4
67
endif
68
62
libpthread-static-y += $(patsubst $(libpthread_DIR)/%.c,$(libpthread_OUT)/%.o,$(libpthread_SPEC_SRC))
69
libpthread-static-y += $(patsubst $(libpthread_DIR)/%.c,$(libpthread_OUT)/%.o,$(libpthread_SPEC_SRC))
63
libpthread-shared-y += $(patsubst $(libpthread_DIR)/%.c,$(libpthread_OUT)/%.oS,$(libpthread_SPEC_SRC))
70
libpthread-shared-y += $(patsubst $(libpthread_DIR)/%.c,$(libpthread_OUT)/%.oS,$(libpthread_SPEC_SRC))
64
71

Return to bug 275509