projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
246a9a1
)
Remove sys/reg.h.
author
Andreas Jaeger
<aj@suse.de>
Mon, 21 Aug 2000 17:07:07 +0000
(17:07 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Mon, 21 Aug 2000 17:07:07 +0000
(17:07 +0000)
sysdeps/unix/sysv/linux/s390/Makefile
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/s390/Makefile
b/sysdeps/unix/sysv/linux/s390/Makefile
index 7ca98f0ebe4ecdc446d72993ef8e7f39b692bc79..f2118404440c5e115ca61a9f7fcfa4452063ac7b 100644
(file)
--- a/
sysdeps/unix/sysv/linux/s390/Makefile
+++ b/
sysdeps/unix/sysv/linux/s390/Makefile
@@
-1,4
+1,8
@@
ifeq ($(subdir),misc)
sysdep_routines += setfsgid setfsuid setresgid setresuid
-sysdep_headers += sys/elf.h sys/reg.h
+sysdep_headers += sys/elf.h
+endif
+
+ifeq ($(subdir),csu)
+CFLAGS-initfini.s += -DWEAK_GMON_START
endif