diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 07:14:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 07:14:15 +0000 |
commit | f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a (patch) | |
tree | 316c77f8647401e15d064910b7f33b0d2c84050d /misc/Makefile | |
parent | c503d3dc512a5f7947d5b3d69d784028db3a639a (diff) | |
download | glibc-f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a.tar.gz glibc-f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a.tar.xz glibc-f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a.zip |
(CFLAGS-oldtmpfile.c): Add -fexceptions.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 5c93e43ec6..406ed0fed9 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -84,6 +84,13 @@ CFLAGS-usleep.c = -fexceptions CFLAGS-syslog.c = -fexceptions CFLAGS-error.c = -fexceptions CFLAGS-getpass.c = -fexceptions +CFLAGS-mkstemp.c = -fexceptions +CFLAGS-mkstemp64.c = -fexceptions +CFLAGS-mntent_r.c = -fexceptions +CFLAGS-mntent.c = -fexceptions +CFLAGS-fstab.c = -fexceptions +CFLAGS-getsysstats.c = -fexceptions +CFLAGS-getusershell.c = -fexceptions include ../Rules |