mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
3402852c2c
2003-09-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/utimes.c (__utimes): Truncate instead of round. * sysdeps/unix/sysv/linux/utimes.c (__utimes): Likewise.
23 lines
932 B
Makefile
23 lines
932 B
Makefile
ifeq ($(subdir),linuxthreads)
|
|
# On i686 we must avoid generating the trampoline functions generated
|
|
# to get the GOT pointer.
|
|
CFLAGS-pt-initfini.s += -march=i386 -mcpu=i386
|
|
|
|
# Most files must not be compiled without frame pointer since we need
|
|
# the frame base address which is stored in %ebp unless the frame pointer
|
|
# is optimized out.
|
|
CFLAGS-cancel.c += -fno-omit-frame-pointer -mpreferred-stack-boundary=4
|
|
CFLAGS-condvar.c += -fno-omit-frame-pointer
|
|
CFLAGS-join.c += -fno-omit-frame-pointer
|
|
CFLAGS-manager.c += -fno-omit-frame-pointer -mpreferred-stack-boundary=4
|
|
CFLAGS-oldsemaphore.c += -fno-omit-frame-pointer
|
|
CFLAGS-pthread.c += -fno-omit-frame-pointer -mpreferred-stack-boundary=4
|
|
CFLAGS-ptlongjmp.c += -fno-omit-frame-pointer
|
|
CFLAGS-semaphore.c += -fno-omit-frame-pointer
|
|
CFLAGS-sighandler.c += -fno-omit-frame-pointer -mpreferred-stack-boundary=4
|
|
endif
|
|
|
|
ifeq ($(subdir),csu)
|
|
gen-as-const-headers += tcb-offsets.sym
|
|
endif
|