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
b4b0fb02
Commit
b4b0fb02
authored
May 16, 2002
by
Rainer Orth
Committed by
Rainer Orth
May 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/install.texi (Configuration): Document PWDCMD.
From-SVN: r53532
parent
63b827c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ChangeLog
+4
-0
gcc/doc/install.texi
+8
-0
No files found.
gcc/ChangeLog
View file @
b4b0fb02
2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* doc/install.texi (Configuration): Document PWDCMD.
2002-05-16 Dale Johannesen <dalej@apple.com>
2002-05-16 Dale Johannesen <dalej@apple.com>
* combine.c (cant_combine_insn_p): Reenable combinations
* combine.c (cant_combine_insn_p): Reenable combinations
...
...
gcc/doc/install.texi
View file @
b4b0fb02
...
@@ -280,6 +280,14 @@ If you obtained the sources via CVS, @var{srcdir} must refer to the top
...
@@ -280,6 +280,14 @@ If you obtained the sources via CVS, @var{srcdir} must refer to the top
@
file
{
gcc
}
directory
,
the
one
where
the
@
file
{
MAINTAINERS
}
can
be
found
,
@
file
{
gcc
}
directory
,
the
one
where
the
@
file
{
MAINTAINERS
}
can
be
found
,
and
not
its
@
file
{
gcc
}
subdirectory
,
otherwise
the
build
will
fail
.
and
not
its
@
file
{
gcc
}
subdirectory
,
otherwise
the
build
will
fail
.
If
either
@
var
{
srcdir
}
or
@
var
{
objdir
}
is
located
on
an
automounted
NFS
file
system
,
the
shell
's built-in @command{pwd} command will return
temporary pathnames. Using these can lead to various sorts of build
problems. To avoid this issue, set the @env{PWDCMD} environment
variable to an automounter-aware @command{pwd} command, e.g.,
@command{pawd} or @command{amq -w}, during the configuration and build
phases.
First, in general, GCC @strong{must} be built into a separate directory
First, in general, GCC @strong{must} be built into a separate directory
than the sources which does @strong{not} reside within the source tree.
than the sources which does @strong{not} reside within the source tree.
This is how almost all developers build GCC; building where @var{srcdir}
This is how almost all developers build GCC; building where @var{srcdir}
...
...
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