mirror of git://sourceware.org/git/glibc.git
Revert timezone/Makefile change.
This change breaks the build with all released versions of GCC. * timezone/Makefile: Revert previous change.
This commit is contained in:
parent
6f0f237bf5
commit
36546ffbef
|
@ -1,5 +1,7 @@
|
||||||
2015-09-18 Joseph Myers <joseph@codesourcery.com>
|
2015-09-18 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* timezone/Makefile: Revert previous change.
|
||||||
|
|
||||||
[BZ #18980]
|
[BZ #18980]
|
||||||
* sysdeps/i386/fpu/i386-math-asm.h (DEFINE_FLT_MIN): New macro.
|
* sysdeps/i386/fpu/i386-math-asm.h (DEFINE_FLT_MIN): New macro.
|
||||||
(DEFINE_DBL_MIN): Likewise.
|
(DEFINE_DBL_MIN): Likewise.
|
||||||
|
|
|
@ -61,12 +61,10 @@ tz-cflags = -DTZDIR='"$(zonedir)"' \
|
||||||
-DTZDEFRULES='"$(posixrules-file)"' \
|
-DTZDEFRULES='"$(posixrules-file)"' \
|
||||||
-DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone
|
-DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone
|
||||||
|
|
||||||
CFLAGS-zdump.c = -fwrapv -DNOID $(tz-cflags) -DHAVE_GETTEXT \
|
CFLAGS-zdump.c = -fwrapv -DNOID $(tz-cflags) -DHAVE_GETTEXT
|
||||||
-Wno-error=unused-const-variable
|
CFLAGS-zic.c = -DNOID $(tz-cflags) -DHAVE_GETTEXT
|
||||||
CFLAGS-zic.c = -DNOID $(tz-cflags) -DHAVE_GETTEXT \
|
CFLAGS-ialloc.c = -DNOID -DHAVE_GETTEXT
|
||||||
-Wno-error=unused-const-variable
|
CFLAGS-scheck.c = -DNOID -DHAVE_GETTEXT
|
||||||
CFLAGS-ialloc.c = -DNOID -DHAVE_GETTEXT -Wno-error=unused-const-variable
|
|
||||||
CFLAGS-scheck.c = -DNOID -DHAVE_GETTEXT -Wno-error=unused-const-variable
|
|
||||||
|
|
||||||
# We have to make sure the data for testing the tz functions is available.
|
# We have to make sure the data for testing the tz functions is available.
|
||||||
# Don't add leapseconds here since test-tz made checks that work only without
|
# Don't add leapseconds here since test-tz made checks that work only without
|
||||||
|
|
Loading…
Reference in New Issue