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
a97386cd
Commit
a97386cd
authored
Oct 03, 2003
by
Jeff Sturm
Committed by
Jeff Sturm
Oct 03, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure: Rebuild.
From-SVN: r72075
parent
aa44273b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
+24
-24
boehm-gc/ChangeLog
+4
-0
boehm-gc/configure
+20
-24
No files found.
boehm-gc/ChangeLog
View file @
a97386cd
2003-10-03 Jeff Sturm <jsturm@one-point.com>
* configure: Rebuild.
2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
* configure.in: Remove NO_GETENV definition for win32.
* configure.in: Remove NO_GETENV definition for win32.
...
...
boehm-gc/configure
View file @
a97386cd
...
@@ -2868,11 +2868,7 @@ EOF
...
@@ -2868,11 +2868,7 @@ EOF
#define GC_WIN32_THREADS 1
#define GC_WIN32_THREADS 1
EOF
EOF
cat
>>
confdefs.h
<<
\
EOF
;;
#define NO_GETENV 1
EOF
;;
dgux386
)
dgux386
)
THREADS
=
dgux386
THREADS
=
dgux386
echo
"
$ac_t
""
$THREADLIBS
"
1>&6
echo
"
$ac_t
""
$THREADLIBS
"
1>&6
...
@@ -2941,7 +2937,7 @@ case "$host" in
...
@@ -2941,7 +2937,7 @@ case "$host" in
*
-
*
-darwin
*
)
;;
*
-
*
-darwin
*
)
;;
*
)
*
)
echo
$ac_n
"checking for dlopen in -ldl""...
$ac_c
"
1>&6
echo
$ac_n
"checking for dlopen in -ldl""...
$ac_c
"
1>&6
echo
"configure:294
5
: checking for dlopen in -ldl"
>
&5
echo
"configure:294
1
: checking for dlopen in -ldl"
>
&5
ac_lib_var
=
`
echo
dl
'_'
dlopen | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
dl
'_'
dlopen | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -2949,7 +2945,7 @@ else
...
@@ -2949,7 +2945,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ldl
$LIBS
"
LIBS
=
"-ldl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 29
53
"configure"
#line 29
49
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -2960,7 +2956,7 @@ int main() {
...
@@ -2960,7 +2956,7 @@ int main() {
dlopen()
dlopen()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:296
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:296
0
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -3039,7 +3035,7 @@ fi
...
@@ -3039,7 +3035,7 @@ fi
# Configuration of shared libraries
# Configuration of shared libraries
#
#
echo
$ac_n
"checking whether to build shared libraries""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether to build shared libraries""...
$ac_c
"
1>&6
echo
"configure:30
43
: checking whether to build shared libraries"
>
&5
echo
"configure:30
39
: checking whether to build shared libraries"
>
&5
# Check whether --enable-shared or --disable-shared was given.
# Check whether --enable-shared or --disable-shared was given.
if
test
"
${
enable_shared
+set
}
"
=
set
;
then
if
test
"
${
enable_shared
+set
}
"
=
set
;
then
enableval
=
"
$enable_shared
"
enableval
=
"
$enable_shared
"
...
@@ -3077,7 +3073,7 @@ esac
...
@@ -3077,7 +3073,7 @@ esac
# Configuration of machine-dependent code
# Configuration of machine-dependent code
#
#
echo
$ac_n
"checking which machine-dependent code should be used""...
$ac_c
"
1>&6
echo
$ac_n
"checking which machine-dependent code should be used""...
$ac_c
"
1>&6
echo
"configure:30
81
: checking which machine-dependent code should be used"
>
&5
echo
"configure:30
77
: checking which machine-dependent code should be used"
>
&5
machdep
=
machdep
=
case
"
$host
"
in
case
"
$host
"
in
alpha
*
-
*
-openbsd
*
)
alpha
*
-
*
-openbsd
*
)
...
@@ -3157,10 +3153,10 @@ addobjs="$addobjs $machdep"
...
@@ -3157,10 +3153,10 @@ addobjs="$addobjs $machdep"
# Check for AViiON Machines running DGUX
# Check for AViiON Machines running DGUX
#
#
echo
$ac_n
"checking if host is AViiON running DGUX""...
$ac_c
"
1>&6
echo
$ac_n
"checking if host is AViiON running DGUX""...
$ac_c
"
1>&6
echo
"configure:31
61
: checking if host is AViiON running DGUX"
>
&5
echo
"configure:31
57
: checking if host is AViiON running DGUX"
>
&5
ac_is_dgux
=
no
ac_is_dgux
=
no
echo
$ac_n
"checking how to run the C preprocessor""...
$ac_c
"
1>&6
echo
$ac_n
"checking how to run the C preprocessor""...
$ac_c
"
1>&6
echo
"configure:316
4
: checking how to run the C preprocessor"
>
&5
echo
"configure:316
0
: checking how to run the C preprocessor"
>
&5
# On Suns, sometimes $CPP names a directory.
# On Suns, sometimes $CPP names a directory.
if
test
-n
"
$CPP
"
&&
test
-d
"
$CPP
"
;
then
if
test
-n
"
$CPP
"
&&
test
-d
"
$CPP
"
;
then
CPP
=
CPP
=
...
@@ -3175,13 +3171,13 @@ else
...
@@ -3175,13 +3171,13 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
# not just through cpp.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 317
9
"configure"
#line 317
5
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <assert.h>
#include <assert.h>
Syntax Error
Syntax Error
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:318
5
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:318
1
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -3192,13 +3188,13 @@ else
...
@@ -3192,13 +3188,13 @@ else
rm
-rf
conftest
*
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-E -traditional-cpp"
CPP
=
"
${
CC
-cc
}
-E -traditional-cpp"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 319
6
"configure"
#line 319
2
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <assert.h>
#include <assert.h>
Syntax Error
Syntax Error
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:3
202
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:3
198
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -3209,13 +3205,13 @@ else
...
@@ -3209,13 +3205,13 @@ else
rm
-rf
conftest
*
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-nologo -E"
CPP
=
"
${
CC
-cc
}
-nologo -E"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 32
13
"configure"
#line 32
09
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <assert.h>
#include <assert.h>
Syntax Error
Syntax Error
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:321
9
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:321
5
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -3241,17 +3237,17 @@ echo "$ac_t""$CPP" 1>&6
...
@@ -3241,17 +3237,17 @@ echo "$ac_t""$CPP" 1>&6
ac_safe
=
`
echo
"sys/dg_sys_info.h"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"sys/dg_sys_info.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for sys/dg_sys_info.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for sys/dg_sys_info.h""...
$ac_c
"
1>&6
echo
"configure:324
5
: checking for sys/dg_sys_info.h"
>
&5
echo
"configure:324
1
: checking for sys/dg_sys_info.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 32
50
"configure"
#line 32
46
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/dg_sys_info.h>
#include <sys/dg_sys_info.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:325
5
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:325
1
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -3311,7 +3307,7 @@ if false; then
...
@@ -3311,7 +3307,7 @@ if false; then
echo
$ac_n
"checking for executable suffix""...
$ac_c
"
1>&6
echo
$ac_n
"checking for executable suffix""...
$ac_c
"
1>&6
echo
"configure:331
5
: checking for executable suffix"
>
&5
echo
"configure:331
1
: checking for executable suffix"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_exeext
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_exeext
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3321,7 +3317,7 @@ else
...
@@ -3321,7 +3317,7 @@ else
rm
-f
conftest
*
rm
-f
conftest
*
echo
'int main () { return 0; }'
>
conftest.
$ac_ext
echo
'int main () { return 0; }'
>
conftest.
$ac_ext
ac_cv_exeext
=
ac_cv_exeext
=
if
{
(
eval echo
configure:332
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:332
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
for
file
in
conftest.
*
;
do
for
file
in
conftest.
*
;
do
case
$file
in
case
$file
in
*
.c
|
*
.o
|
*
.obj
)
;;
*
.c
|
*
.o
|
*
.obj
)
;;
...
@@ -3344,7 +3340,7 @@ ac_exeext=$EXEEXT
...
@@ -3344,7 +3340,7 @@ ac_exeext=$EXEEXT
fi
fi
echo
$ac_n
"checking whether Solaris gcc optimization fix is necessary""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether Solaris gcc optimization fix is necessary""...
$ac_c
"
1>&6
echo
"configure:334
8
: checking whether Solaris gcc optimization fix is necessary"
>
&5
echo
"configure:334
4
: checking whether Solaris gcc optimization fix is necessary"
>
&5
case
"
$host
"
in
case
"
$host
"
in
sparc-sun-solaris2
*
|
*
aix
*
)
sparc-sun-solaris2
*
|
*
aix
*
)
if
test
"
$GCC
"
=
yes
;
then
if
test
"
$GCC
"
=
yes
;
then
...
...
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