Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
3ab1919c
Commit
3ab1919c
authored
Feb 10, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update autoconf/autoheader generated files.
From-SVN: r17837
parent
c6f2ed0d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
30 deletions
+30
-30
libf2c/configure
+0
-0
libf2c/libU77/config.h.in
+29
-29
libf2c/libU77/configure
+1
-1
No files found.
libf2c/configure
View file @
3ab1919c
This diff is collapsed.
Click to expand it.
libf2c/libU77/config.h.in
View file @
3ab1919c
...
...
@@ -33,21 +33,39 @@
/* Define as the path of the `chmod' program. */
#undef CHMOD_PATH
/* Define if you have the alarm function. */
#undef HAVE_ALARM
/* Define if you have the clock function. */
#undef HAVE_CLOCK
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
/* Define if you have the getgid function. */
#undef HAVE_GETGID
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
/* Define if you have the getrusage function. */
#undef HAVE_GETRUSAGE
/* Define if you have the getuid function. */
#undef HAVE_GETUID
/* Define if you have the getwd function. */
#undef HAVE_GETWD
/* Define if you have the kill function. */
#undef HAVE_KILL
/* Define if you have the link function. */
#undef HAVE_LINK
/* Define if you have the lstat function. */
#undef HAVE_LSTAT
...
...
@@ -57,6 +75,12 @@
/* Define if you have the symlink function. */
#undef HAVE_SYMLINK
/* Define if you have the times function. */
#undef HAVE_TIMES
/* Define if you have the ttyname function. */
#undef HAVE_TTYNAME
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
...
...
@@ -66,38 +90,14 @@
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
/* Define if you have the alarm function. */
#undef HAVE_ALARM
/* Define if you have the times function. */
#undef HAVE_TIMES
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
/* Define if you have the getgid function. */
#undef HAVE_GETGID
/* Define if you have the getuid function. */
#undef HAVE_GETUID
/* Define if you have the kill function. */
#undef HAVE_KILL
/* Define if you have the link function. */
#undef HAVE_LINK
/* Define if you have the ttyname function. */
#undef HAVE_TTYNAME
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
libf2c/libU77/configure
View file @
3ab1919c
...
...
@@ -1343,7 +1343,7 @@ fi
for
ac_func
in
symlink getcwd getwd lstat gethostname strerror clock
\
getrusage
times
alarm
getrusage
times
alarm
getlogin getgid getuid
kill
link ttyname
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:1350: checking for
$ac_func
"
>
&5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment