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
9da0e39b
Commit
9da0e39b
authored
Nov 05, 1998
by
Andreas Schwab
Committed by
Andreas Schwab
Nov 05, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Bring over gcc2 change of Nov 19 1997.
From-SVN: r23534
parent
80a81e74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+4
-0
gcc/configure.in
+4
-2
No files found.
gcc/ChangeLog
View file @
9da0e39b
Thu
Nov
5
10
:
53
:
01
1998
Andreas
Schwab
<
schwab
@issan
.
cs
.
uni
-
dortmund
.
de
>
*
configure
.
in
:
Bring
over
gcc2
change
of
Nov
19
1997
.
Wed
Nov
4
23
:
43
:
08
1998
Graham
<
grahams
@rcp
.
co
.
uk
>
*
toplev
.
c
(
output_lang_identify
)
:
Make
definition
dependent
on
...
...
gcc/configure.in
View file @
9da0e39b
...
...
@@ -353,10 +353,12 @@ AC_CACHE_VAL(gcc_cv_header_inttypes_h,
[#include <sys/types.h>
#include <inttypes.h>],
[intmax_t i = -1;],
[AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H)
gcc_cv_header_inttypes_h=yes],
[gcc_cv_header_inttypes_h=yes],
gcc_cv_header_inttypes_h=no)])
AC_MSG_RESULT($gcc_cv_header_inttypes_h)
if test $gcc_cv_header_inttypes_h = yes; then
AC_DEFINE(HAVE_INTTYPES_H)
fi
AC_CHECK_FUNCS(strtoul bsearch strerror putenv popen bcopy bzero bcmp \
index rindex strchr strrchr kill getrlimit setrlimit atoll atoq \
...
...
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