aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-01 02:00:03 +0000
committerRoland McGrath <roland@gnu.org>2004-09-01 02:00:03 +0000
commit66cc59de5b0bdd710784ec5a06e841fe15c2c542 (patch)
tree0f8ea1cc5f1d7e2668a3b7e703fbbb764598731c /sysdeps/mach/hurd/i386/Makefile
parentc4bb5cd80492e9563e055eb0b635ee57861e43ea (diff)
downloadglibc-66cc59de5b0bdd710784ec5a06e841fe15c2c542.tar
glibc-66cc59de5b0bdd710784ec5a06e841fe15c2c542.tar.gz
glibc-66cc59de5b0bdd710784ec5a06e841fe15c2c542.tar.bz2
glibc-66cc59de5b0bdd710784ec5a06e841fe15c2c542.zip
* sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc
clobber the `ebp' register. * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Removed. Reverts change from 2004-05-07 by Jeroen Dekkers. * sysdeps/mach/hurd/i386/init-first.c (init): Changed the type of NEWSP from `void *' to `int *'. Changed all casts accordingly.
Diffstat (limited to 'sysdeps/mach/hurd/i386/Makefile')
-rw-r--r--sysdeps/mach/hurd/i386/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile
index e7d3b44682..0eef17e8f2 100644
--- a/sysdeps/mach/hurd/i386/Makefile
+++ b/sysdeps/mach/hurd/i386/Makefile
@@ -2,7 +2,3 @@ ifeq ($(subdir),misc)
sysdep_routines += ioperm
sysdep_headers += sys/io.h
endif
-
-ifeq ($(subdir),csu)
-CFLAGS-init-first.c += -momit-leaf-frame-pointer
-endif