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
a0f20853
Commit
a0f20853
authored
Jan 16, 2000
by
Alexandre Oliva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, a reference to mmap_zero remained
From-SVN: r31445
parent
4acab94b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/aclocal.m4
+1
-1
gcc/configure
+2
-2
No files found.
gcc/aclocal.m4
View file @
a0f20853
...
...
@@ -686,7 +686,7 @@ AC_SUBST($1)dnl
AC_DEFUN([AC_FUNC_MMAP_ANYWHERE],
[AC_CHECK_HEADERS(unistd.h)
AC_CHECK_FUNCS(getpagesize)
AC_CACHE_CHECK(for working mmap from /dev/zero, ac_cv_func_mmap_
zero
,
AC_CACHE_CHECK(for working mmap from /dev/zero, ac_cv_func_mmap_
anywhere
,
[AC_TRY_RUN([
/* Test by Richard Henderson and Alexandre Oliva.
Check whether mmap from /dev/zero works. */
...
...
gcc/configure
View file @
a0f20853
...
...
@@ -2807,7 +2807,7 @@ done
echo
$ac_n
"checking for working mmap from /dev/zero""...
$ac_c
"
1>&6
echo
"configure:2810: checking for working mmap from /dev/zero"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_mmap_
zero
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_mmap_
anywhere
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
if
test
"
$cross_compiling
"
=
yes
;
then
...
...
@@ -2900,7 +2900,7 @@ fi
fi
echo
"
$ac_t
""
$ac_cv_func_mmap_
zero
"
1>&6
echo
"
$ac_t
""
$ac_cv_func_mmap_
anywhere
"
1>&6
if
test
$ac_cv_func_mmap_anywhere
=
yes
;
then
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_MMAP_ANYWHERE 1
...
...
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