diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-02-22 09:53:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-02-22 09:53:18 +0000 |
commit | c6359097c606b6e605c2cb1bd13a7bcca52d3006 (patch) | |
tree | ab3f1c1e44fe0e6c5d0e22116f02e1980f3ee809 /sunrpc | |
parent | 137e6462ebe4126748590088a7e985e66eeaa3a9 (diff) | |
download | glibc-c6359097c606b6e605c2cb1bd13a7bcca52d3006.zip glibc-c6359097c606b6e605c2cb1bd13a7bcca52d3006.tar.gz glibc-c6359097c606b6e605c2cb1bd13a7bcca52d3006.tar.bz2 |
* malloc/Makefile (CFLAGS-mcheck-init.c): Add.
* sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for
librpcsvc.a objects.
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 284e355..2a3a224 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -107,19 +107,19 @@ librpcsvc-inhibit-o = .os # Build no shared rpcsvc library. omit-deps = $(librpcsvc-routines) endif -CFLAGS-xbootparam_prot.c = -Wno-unused -CFLAGS-xnlm_prot.c = -Wno-unused -CFLAGS-xrstat.c = -Wno-unused -CFLAGS-xyppasswd.c = -Wno-unused -CFLAGS-xklm_prot.c = -Wno-unused -CFLAGS-xrex.c = -Wno-unused -CFLAGS-xsm_inter.c = -Wno-unused -CFLAGS-xmount.c = -Wno-unused -CFLAGS-xrusers.c = -Wno-unused -CFLAGS-xspray.c = -Wno-unused -CFLAGS-xnfs_prot.c = -Wno-unused -CFLAGS-xrquota.c = -Wno-unused -CFLAGS-xkey_prot.c = -Wno-unused +CFLAGS-xbootparam_prot.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xnlm_prot.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xrstat.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xyppasswd.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xklm_prot.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xrex.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xsm_inter.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xmount.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xrusers.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xspray.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xnfs_prot.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xrquota.c = -Wno-unused $(PIC-ccflag) +CFLAGS-xkey_prot.c = -Wno-unused $(PIC-ccflag) CFLAGS-auth_unix.c = -fexceptions CFLAGS-key_call.c = -fexceptions CFLAGS-pmap_rmt.c = -fexceptions |