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
f73bbdca
Commit
f73bbdca
authored
Nov 04, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
Nov 04, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use of `test'.
* aclocal.m4: Regenerated. * configure: Likewise. From-SVN: r37262
parent
bfd2cff7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
libstdc++-v3/ChangeLog
+7
-0
libstdc++-v3/acinclude.m4
+1
-1
libstdc++-v3/aclocal.m4
+1
-1
libstdc++-v3/configure
+1
-1
No files found.
libstdc++-v3/ChangeLog
View file @
f73bbdca
2000-11-04 Mark Mitchell <mark@codesourcery.com>
* acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix punctuation in
use of `test'.
* aclocal.m4: Regenerated.
* configure: Likewise.
2000-11-04 Alexandre Oliva <aoliva@redhat.com>
2000-11-04 Alexandre Oliva <aoliva@redhat.com>
* acinclude.m4 (CXX): Prevent it from being cached.
* acinclude.m4 (CXX): Prevent it from being cached.
...
...
libstdc++-v3/acinclude.m4
View file @
f73bbdca
...
@@ -970,7 +970,7 @@ AC_DEFUN(GLIBCPP_CHECK_CTYPE_SUPPORT, [
...
@@ -970,7 +970,7 @@ AC_DEFUN(GLIBCPP_CHECK_CTYPE_SUPPORT, [
fi
fi
dnl Test for <ctype> functionality -- IRIX
dnl Test for <ctype> functionality -- IRIX
if test $ctype_default ="yes"; then
if test $ctype_default =
"yes"; then
AC_MSG_CHECKING([<ctype> for IRIX])
AC_MSG_CHECKING([<ctype> for IRIX])
AC_TRY_COMPILE([#include <ctype.h>],
AC_TRY_COMPILE([#include <ctype.h>],
[int
[int
...
...
libstdc++-v3/aclocal.m4
View file @
f73bbdca
...
@@ -982,7 +982,7 @@ AC_DEFUN(GLIBCPP_CHECK_CTYPE_SUPPORT, [
...
@@ -982,7 +982,7 @@ AC_DEFUN(GLIBCPP_CHECK_CTYPE_SUPPORT, [
fi
fi
dnl Test for <ctype> functionality -- IRIX
dnl Test for <ctype> functionality -- IRIX
if test $ctype_default ="yes"; then
if test $ctype_default =
"yes"; then
AC_MSG_CHECKING([<ctype> for IRIX])
AC_MSG_CHECKING([<ctype> for IRIX])
AC_TRY_COMPILE([#include <ctype.h>],
AC_TRY_COMPILE([#include <ctype.h>],
[int
[int
...
...
libstdc++-v3/configure
View file @
f73bbdca
...
@@ -18038,7 +18038,7 @@ rm -f conftest*
...
@@ -18038,7 +18038,7 @@ rm -f conftest*
fi
fi
fi
fi
if
test
$ctype_default
=
"yes"
;
then
if
test
$ctype_default
=
"yes"
;
then
echo
$ac_n
"checking <ctype> for IRIX""...
$ac_c
"
1>&6
echo
$ac_n
"checking <ctype> for IRIX""...
$ac_c
"
1>&6
echo
"configure:18044: checking <ctype> for IRIX"
>
&5
echo
"configure:18044: checking <ctype> for IRIX"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
...
...
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