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
e42dc604
Commit
e42dc604
authored
May 07, 1999
by
Rainer Orth
Committed by
Bruce Korb
May 07, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DESTDIR is already trimmed to the correct directory
From-SVN: r26823
parent
7d032a4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
gcc/ChangeLog
+9
-0
gcc/fixinc/hackshell.tpl
+1
-1
No files found.
gcc/ChangeLog
View file @
e42dc604
...
...
@@ -11,11 +11,20 @@ Fri May 7 09:54:11 1999 Nick Clifton <nickc@cygnus.com>
(
TARGET_SWITCHES
)
:
Add
`
no
-
poke
-
function
-
name
'
.
Fri
May
7
14
:
19
:
31
1999
Rainer
Orth
<
ro
@TechFak
.
Uni
-
Bielefeld
.
DE
>
*
fixinc
/
server
.
c
(
load_data
)
:
Cast
text_size
to
long
,
adapt
format
.
*
fixinc
/
server
.
c
(
read_pipe_timeout
)
:
Declare
volatile
,
modified
in
signal
handler
.
(
sig_handler
)
:
Add
debug
code
.
*
fixinc
/
server
.
c
(
run_shell
)
:
Don
'
t
\
-
escape
cd
,
it
breaks
the
Ultrix
V4
.
3
/
bin
/
sh
.
*
fixinc
/
server
.
c
(
def_args
)
:
Use
static
instead
of
STATIC
to
avoid
redefinition
error
from
linker
iff
DEBUG
.
*
fixinc
/
hackshell
.
tpl
:
Don
'
t
strip
trailing
directory
from
DESTDIR
-
that
is
already
done
*
fixinc
/
fixincl
.
c
(
run_compiles
)
:
fix
memory
leak
Thu
May
6
20
:
34
:
00
1999
Mark
Mitchell
<
mark
@codesourcery
.
com
>
...
...
gcc/fixinc/hackshell.tpl
View file @
e42dc604
...
...
@@ -174,7 +174,7 @@ _FOR fix "\n\n" =]
# Find any include directives that use "file".
#
dir=`echo $
{
file
}
| sed -e s';/[^/]*$;;'`
ddir=`ec
ho $
{
DESTDIR
}
| sed 's;/[^/]*$;;'`
/$dir
ddir=`ec
$
{
DESTDIR
}
/$dir
for include in `
egrep '^[ ]*#[ ]*include[ ]*"[^/]' $
{
DESTFILE
}
|
...
...
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