2001-09-12  Ulrich Drepper  <drepper@redhat.com>

	* config.h.in: Enforce optimization to be used.
This commit is contained in:
Ulrich Drepper 2001-09-12 08:14:34 +00:00
parent 57642a7892
commit d322efa8e5
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-09-12 Ulrich Drepper <drepper@redhat.com>
* config.h.in: Enforce optimization to be used.
2001-09-11 Ulrich Drepper <drepper@redhat.com> 2001-09-11 Ulrich Drepper <drepper@redhat.com>
* nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup. * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.

View File

@ -1,3 +1,7 @@
#ifndef __OPTIMIZE__
# error "glibc cannot be compiled without optimization"
#endif
/* Define if using GNU ld, with support for weak symbols in a.out, /* Define if using GNU ld, with support for weak symbols in a.out,
and for symbol set and warning messages extensions in a.out and ELF. and for symbol set and warning messages extensions in a.out and ELF.
This implies HAVE_WEAK_SYMBOLS; set by --with-gnu-ld. */ This implies HAVE_WEAK_SYMBOLS; set by --with-gnu-ld. */