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
4c112cda
Commit
4c112cda
authored
Mar 02, 1999
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops - fixed typos in previous delta
From-SVN: r25538
parent
8f8d3278
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
gcc/Makefile.in
+1
-0
gcc/configure
+3
-2
gcc/configure.in
+3
-2
No files found.
gcc/Makefile.in
View file @
4c112cda
...
...
@@ -269,6 +269,7 @@ libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(version)
# Used to produce a relative $(gcc_tooldir) in gcc.o
unlibsubdir
=
../../..
# Directory in which to find other cross-compilation tools and headers.
dollar
=
@dollar@
# Used in install-cross.
gcc_tooldir
=
@gcc_tooldir@
# Since tooldir does not exist at build-time, use -B$(build_tooldir)/bin/
...
...
gcc/configure
View file @
4c112cda
...
...
@@ -8372,8 +8372,8 @@ else
# /foo/ /foo/bar/ ../
# /foo /foo/bar/ugg ../../
#
gcc_tooldir
=
"
$(
libsubdir
)
/
$(
unlibsubdir
)
/
\`
echo
\$
(exec_prefix) |
sed -e 's|^
\$
(prefix)||' -e 's|/
$|
|' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'
\`
$(
target_alias
)
"
dollar
=
'$$'
gcc_tooldir
=
"
\$
(libsubdir)/
\$
(unlibsubdir)/
\`
echo
\$
(exec_prefix) | sed -e 's|^
\$
(prefix)||' -e 's|/
\$
(dollar)||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'
\`\
$
(target_alias)"
fi
...
...
@@ -8687,6 +8687,7 @@ s%@inhibit_libc@%$inhibit_libc%g
s%@sched_prefix@%
$sched_prefix
%g
s%@sched_cflags@%
$sched_cflags
%g
s%@gcc_tooldir@%
$gcc_tooldir
%g
s%@dollar@%
$dollar
%g
s%@objdir@%
$objdir
%g
s%@subdirs@%
$subdirs
%g
s%@all_languages@%
$all_languages
%g
...
...
gcc/configure.in
View file @
4c112cda
...
...
@@ -4260,11 +4260,12 @@ changequote(<<, >>)dnl
# /foo/ /foo/bar/ ../
# /foo /foo/bar/ugg ../../
#
gcc_tooldir="$(libsubdir)/$(unlibsubdir)/\`echo \$(exec_prefix) |
sed -e 's|^\$(prefix)||' -e 's|/$||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`
$(target_alias)"
dollar='$$'
gcc_tooldir="\$(libsubdir)/\$(unlibsubdir)/\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/\$(dollar)||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`\
$(target_alias)"
changequote([, ])dnl
fi
AC_SUBST(gcc_tooldir)
AC_SUBST(dollar)
# Warn if using init_priority.
AC_MSG_CHECKING(whether to enable init_priority by default)
...
...
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