mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Sun Jan 28 19:42:04 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* time/Makefile: Fix check for cross compiling. Sun Jan 28 19:42:04 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * time/Makefile: Fix check for cross compiling.
This commit is contained in:
parent
19c3f20809
commit
429ed67ba1
@ -1,3 +1,7 @@
|
|||||||
|
Sun Jan 28 19:42:04 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||||
|
|
||||||
|
* time/Makefile: Fix check for cross compiling.
|
||||||
|
|
||||||
Thu Jan 25 21:10:39 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
Thu Jan 25 21:10:39 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||||
|
|
||||||
* db/Makefile (subdir-dirs): Renamed from dbdirs.
|
* db/Makefile (subdir-dirs): Renamed from dbdirs.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
|
# Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -59,7 +59,7 @@ installed-posixrules-file := $(firstword $(filter /%,$(posixrules-file)) \
|
|||||||
$(addprefix $(zonedir)/, \
|
$(addprefix $(zonedir)/, \
|
||||||
$(posixrules-file)))
|
$(posixrules-file)))
|
||||||
|
|
||||||
ifndef cross-compiling
|
ifeq ($(cross-compiling),no)
|
||||||
# Don't try to install the zoneinfo files since we can't run zic.
|
# Don't try to install the zoneinfo files since we can't run zic.
|
||||||
install-others = $(addprefix $(zonedir)/,$(zonenames)) \
|
install-others = $(addprefix $(zonedir)/,$(zonenames)) \
|
||||||
$(installed-localtime-file) $(installed-posixrules-file)
|
$(installed-localtime-file) $(installed-posixrules-file)
|
||||||
@ -124,3 +124,7 @@ tz-cc = $(COMPILE.c) $(+gcc-nowarn) \
|
|||||||
-DTZDEFAULT='"$(localtime-file)"' \
|
-DTZDEFAULT='"$(localtime-file)"' \
|
||||||
-DTZDEFRULES='"$(posixrules-file)"' \
|
-DTZDEFRULES='"$(posixrules-file)"' \
|
||||||
$< $(OUTPUT_OPTION)
|
$< $(OUTPUT_OPTION)
|
||||||
|
|
||||||
|
CFLAGS-zdump.c = -Wno-strict-prototypes
|
||||||
|
CFLAGS-zic.c = -Wno-strict-prototypes
|
||||||
|
CFLAGS-ialloc.c = -Wno-strict-prototypes
|
||||||
|
Loading…
Reference in New Issue
Block a user