diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-04 02:32:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-04 02:32:32 +0000 |
commit | dc18d4d8e4bac967ff29853d2d8cab191d82d535 (patch) | |
tree | 7bea3a9b85ee2162f186725b3665168a9ff42052 /elf | |
parent | 30c14c31ae6ac7c8db692fc23d0901e4d479f7af (diff) | |
download | glibc-dc18d4d8e4bac967ff29853d2d8cab191d82d535.tar.gz glibc-dc18d4d8e4bac967ff29853d2d8cab191d82d535.tar.xz glibc-dc18d4d8e4bac967ff29853d2d8cab191d82d535.zip |
* locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
* elf/Makefile (CFLAGS-vismod2.c): New variable.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index 71610a62bf..9c495331b2 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -147,6 +147,8 @@ modules-nodelete-yes = nodelmod1 nodelmod2 nodelmod3 nodelmod4 modules-nodlopen-yes = nodlopenmod nodlopenmod2 extra-objs += $(addsuffix .os,$(strip $(modules-names))) +CFLAGS-vismod2.c := -DNOT_IN_libc + include ../Rules ifeq (yes,$(build-shared)) |