diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-10 04:12:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-10 04:12:12 +0000 |
commit | ff3d7ed36ae26261cc1c76e5f03ee053d65f9229 (patch) | |
tree | d3d4e3f17f3c4e7b6ff183615531400397655767 /ChangeLog | |
parent | d8cc5f0c6a4c3efe88076c05c4e42cf2108b3763 (diff) | |
download | glibc-ff3d7ed36ae26261cc1c76e5f03ee053d65f9229.tar.gz |
* configure.in: Use AC_CHECK_TOOL for CC, AR, RANLIB. Accept args
--enable-shared, --enable-profile, --enable-omitfp; pass settings
through to config.make.
* config.make.in (build-shared, build-profile, build-omitfp): New
config vars.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ Thu Mar 9 22:29:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * configure.in: Use AC_CHECK_TOOL for CC, AR, RANLIB. Accept args + --enable-shared, --enable-profile, --enable-omitfp; pass settings + through to config.make. + * config.make.in (build-shared, build-profile, build-omitfp): New + config vars. + * elf/elf.h (STN_UNDEF): Renamed to SHN_UNDEF (typo). (DT_NUM): New macro. |