diff options
author | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-30 22:50:54 +0000 |
---|---|---|
committer | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-30 22:50:54 +0000 |
commit | 3048e4836a87a88e4d96283b42333198ad44cd5b (patch) | |
tree | 444e58926cbff69caea8a0083cd1da7206cf31fa /libf2c | |
parent | c2e6b1c8782e623d84d6faaf996eca813bd28ed3 (diff) | |
download | gcc-3048e4836a87a88e4d96283b42333198ad44cd5b.tar.gz |
2001-09-30 Toon Moene <toon@moene.indiv.nluug.nl>
* libf2c/ChangeLog: Forgot to check in.
* libf2c/libU77/config.hin: Forgot to check in.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45914 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c')
-rw-r--r-- | libf2c/ChangeLog | 22 | ||||
-rw-r--r-- | libf2c/libU77/config.hin | 9 |
2 files changed, 22 insertions, 9 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 015d28e86cd..e46ceefa3ff 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,25 @@ +2001-09-29 Juergen Pfeifer <juergen.pfeifer@gmx.net> + Toon Moene <toon@moene.indiv.nluug.nl> + + Make libf2c a shared library. + + * aclocal.m4: Get definition of libtool. + * Makefile.in: Use libtool. + * configure.in: Use libtool. + * configure: Regenerated. + * libF77/Makefile.in: Use libtool; treat main program contained in + libF77/main.c specially. + * libF77/configure.in: Use libtool. + * libF77/configure: Regenerated. + * libI77/Makefile.in: Use libtool. + * libI77/configure.in: Use libtool. + * libI77/configure: Regenerated. + * libU77/Makefile.in: Use libtool. + * libU77/configure.in: Use libtool. + * libU77/configure: Regenerated. + * libU77/date_.c: Adapt for -fPIC compiling. + * libU77/vxtidate_.c: Ditto. + 2001-09-22 Richard Earnshaw <rearnsha@arm.com> * libI77/configure.in (__EXTENSIONS__): Define. diff --git a/libf2c/libU77/config.hin b/libf2c/libU77/config.hin index 9848d06b0ec..2f20872a4cf 100644 --- a/libf2c/libU77/config.hin +++ b/libf2c/libU77/config.hin @@ -33,12 +33,6 @@ /* Define as the path of the `chmod' program. */ #undef CHMOD_PATH -/* Define if your gettimeofday takes only one argument. */ -#undef GETTIMEOFDAY_ONE_ARGUMENT - -/* Define if your gettimeofday takes a time zome argument. */ -#undef HAVE_TIMEZONE - /* Define if you have the alarm function. */ #undef HAVE_ALARM @@ -60,9 +54,6 @@ /* Define if you have the getrusage function. */ #undef HAVE_GETRUSAGE -/* Define if you have the gettimeofday function. */ -#undef HAVE_GETTIMEOFDAY - /* Define if you have the getuid function. */ #undef HAVE_GETUID |