mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Update.
1999-04-10 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/install.texi (Configuring and compiling): Comment out description of --disable-static since this doesn't work currently (see change by Ulrich Drepper on 1998-12-07 for configure.in).
This commit is contained in:
parent
3877d9ea5f
commit
b5ca0fb00d
@ -1,3 +1,9 @@
|
|||||||
|
1999-04-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
|
* manual/install.texi (Configuring and compiling): Comment out
|
||||||
|
description of --disable-static since this doesn't work currently
|
||||||
|
(see change by Ulrich Drepper on 1998-12-07 for configure.in).
|
||||||
|
|
||||||
1999-04-10 Ulrich Drepper <drepper@cygnus.com>
|
1999-04-10 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Rewrite to
|
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Rewrite to
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Makefile for csu code for GNU C library.
|
# Makefile for csu code for GNU C library.
|
||||||
|
|
||||||
# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
|
# Copyright (C) 1995, 1996, 1997, 1998, 1999 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
|
||||||
@ -21,7 +21,7 @@
|
|||||||
# This directory contains the C startup code (that which calls main). This
|
# This directory contains the C startup code (that which calls main). This
|
||||||
# consists of the startfile, built from start.c and installed as crt0.o
|
# consists of the startfile, built from start.c and installed as crt0.o
|
||||||
# (traditionally) or crt1.o (for ELF). In ELF we also install crti.o and
|
# (traditionally) or crt1.o (for ELF). In ELF we also install crti.o and
|
||||||
# crtn.o, special "initializer" and "finalizer" files in used in the link
|
# crtn.o, special "initializer" and "finalizer" files used in the link
|
||||||
# to make the .init and .fini sections work right; both these files are
|
# to make the .init and .fini sections work right; both these files are
|
||||||
# built (in an arcane manner) from initfini.c.
|
# built (in an arcane manner) from initfini.c.
|
||||||
|
|
||||||
|
@ -119,9 +119,10 @@ with old binutils.)
|
|||||||
Use this option if your computer lacks hardware floating-point support
|
Use this option if your computer lacks hardware floating-point support
|
||||||
and your operating system does not emulate an FPU.
|
and your operating system does not emulate an FPU.
|
||||||
|
|
||||||
@item --disable-static
|
@c disable static doesn't work currently
|
||||||
Don't build static libraries. Static libraries aren't that useful these
|
@c @item --disable-static
|
||||||
days, but we recommend you build them in case you need them.
|
@c Don't build static libraries. Static libraries aren't that useful these
|
||||||
|
@c days, but we recommend you build them in case you need them.
|
||||||
|
|
||||||
@item --disable-shared
|
@item --disable-shared
|
||||||
Don't build shared libraries even if we could. Not all systems support
|
Don't build shared libraries even if we could. Not all systems support
|
||||||
|
Loading…
Reference in New Issue
Block a user