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
ef40bc65
Commit
ef40bc65
authored
Jun 19, 2002
by
Nathanael Nerode
Committed by
DJ Delorie
Jun 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: replace ${topsrcdir} with ${srcdir}
From-SVN: r54810
parent
7a0be465
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
ChangeLog
+2
-0
configure.in
+6
-6
No files found.
ChangeLog
View file @
ef40bc65
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
* configure.in: replace ${topsrcdir} with ${srcdir}
* configure.in: Move definition of libstdcxx_flags
* configure.in: Move definition of libstdcxx_flags
right above usage, rather than waaay earlier.
right above usage, rather than waaay earlier.
...
...
configure.in
View file @
ef40bc65
...
@@ -1446,7 +1446,7 @@ if test x${gxx_include_dir} = x; then
...
@@ -1446,7 +1446,7 @@ if test x${gxx_include_dir} = x; then
if
test
x
${
enable_version_specific_runtime_libs
}
=
xyes
;
then
if
test
x
${
enable_version_specific_runtime_libs
}
=
xyes
;
then
gxx_include_dir
=
'${libsubdir}/include/g++'
gxx_include_dir
=
'${libsubdir}/include/g++'
else
else
.
${
top
srcdir
}
/config.if
.
${
srcdir
}
/config.if
gxx_include_dir
=
'${prefix}/include/${libstdcxx_incdir}'
gxx_include_dir
=
'${prefix}/include/${libstdcxx_incdir}'
fi
fi
else
else
...
@@ -1467,7 +1467,7 @@ case " $skipdirs " in
...
@@ -1467,7 +1467,7 @@ case " $skipdirs " in
esac
esac
# If we're not building GCC, don't discard standard headers.
# If we're not building GCC, don't discard standard headers.
if
test
-d
${
top
srcdir
}
/gcc
;
then
if
test
-d
${
srcdir
}
/gcc
;
then
FLAGS_FOR_TARGET
=
$FLAGS_FOR_TARGET
' -nostdinc'
FLAGS_FOR_TARGET
=
$FLAGS_FOR_TARGET
' -nostdinc'
if
test
"
${
build
}
"
!=
"
${
host
}
"
;
then
if
test
"
${
build
}
"
!=
"
${
host
}
"
;
then
...
@@ -1513,7 +1513,7 @@ esac
...
@@ -1513,7 +1513,7 @@ esac
# the previously-installed cross compiler, so don't bother to add
# the previously-installed cross compiler, so don't bother to add
# flags for directories within the install tree of the compiler
# flags for directories within the install tree of the compiler
# being built; programs in there won't even run.
# being built; programs in there won't even run.
if
test
"
${
build
}
"
=
"
${
host
}
"
&&
test
-d
${
top
srcdir
}
/gcc
;
then
if
test
"
${
build
}
"
=
"
${
host
}
"
&&
test
-d
${
srcdir
}
/gcc
;
then
# Search for pre-installed headers if nothing else fits.
# Search for pre-installed headers if nothing else fits.
FLAGS_FOR_TARGET
=
$FLAGS_FOR_TARGET
' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include'
FLAGS_FOR_TARGET
=
$FLAGS_FOR_TARGET
' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include'
fi
fi
...
@@ -1527,7 +1527,7 @@ fi
...
@@ -1527,7 +1527,7 @@ fi
if
test
"x
${
CC_FOR_TARGET
+set
}
"
=
xset
;
then
if
test
"x
${
CC_FOR_TARGET
+set
}
"
=
xset
;
then
:
:
elif
test
-d
${
top
srcdir
}
/gcc
;
then
elif
test
-d
${
srcdir
}
/gcc
;
then
CC_FOR_TARGET
=
'$$r/gcc/xgcc -B$$r/gcc/'
CC_FOR_TARGET
=
'$$r/gcc/xgcc -B$$r/gcc/'
elif
test
"
$host
"
=
"
$target
"
;
then
elif
test
"
$host
"
=
"
$target
"
;
then
CC_FOR_TARGET
=
'$(CC)'
CC_FOR_TARGET
=
'$(CC)'
...
@@ -1543,7 +1543,7 @@ esac
...
@@ -1543,7 +1543,7 @@ esac
if
test
"x
${
GCJ_FOR_TARGET
+set
}
"
=
xset
;
then
if
test
"x
${
GCJ_FOR_TARGET
+set
}
"
=
xset
;
then
:
:
elif
test
-d
${
top
srcdir
}
/gcc
;
then
elif
test
-d
${
srcdir
}
/gcc
;
then
GCJ_FOR_TARGET
=
'$$r/gcc/gcj -B$$r/gcc/'
GCJ_FOR_TARGET
=
'$$r/gcc/gcj -B$$r/gcc/'
elif
test
"
$host
"
=
"
$target
"
;
then
elif
test
"
$host
"
=
"
$target
"
;
then
GCJ_FOR_TARGET
=
'gcj'
GCJ_FOR_TARGET
=
'gcj'
...
@@ -1560,7 +1560,7 @@ libstdcxx_flags='`case $$dir in libstdc++-v3 | libjava) ;; *) test ! -f $$r/$(TA
...
@@ -1560,7 +1560,7 @@ libstdcxx_flags='`case $$dir in libstdc++-v3 | libjava) ;; *) test ! -f $$r/$(TA
if
test
"x
${
CXX_FOR_TARGET
+set
}
"
=
xset
;
then
if
test
"x
${
CXX_FOR_TARGET
+set
}
"
=
xset
;
then
:
:
elif
test
-d
${
top
srcdir
}
/gcc
;
then
elif
test
-d
${
srcdir
}
/gcc
;
then
# We add -shared-libgcc to CXX_FOR_TARGET whenever we use xgcc instead
# We add -shared-libgcc to CXX_FOR_TARGET whenever we use xgcc instead
# of g++ for linking C++ or Java, because g++ has -shared-libgcc by
# of g++ for linking C++ or Java, because g++ has -shared-libgcc by
# default whereas gcc does not.
# default whereas gcc does not.
...
...
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