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
b3eddcee
Commit
b3eddcee
authored
May 18, 2001
by
Brendan Conoboy
Committed by
Bruce Korb
May 18, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
accept local directory for fixincl in fixincl.sh script
Co-Authored-By: Bruce Korb <bkorb@gnu.org> From-SVN: r42234
parent
02db7776
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
gcc/ChangeLog
+6
-0
gcc/fixinc/fixincl.sh
+7
-0
No files found.
gcc/ChangeLog
View file @
b3eddcee
2001
-
05
-
17
Brendan
Conoboy
<
blc
@cygnus
.
com
>
Bruce
Korb
<
bkorb
@gnu
.
org
>
*
fixinc
/
fixincl
.
sh
(
FIXINC
)
:
accept
local
directory
if
fixincl
not
found
in
fixinc
directory
.
Facilitates
binary
distributions
.
2001
-
05
-
17
Jeffrey
Oldham
<
oldham
@codesourcery
.
com
>
*
dbxout
.
c
(
dbxout_symbol_location
)
:
For
CONCAT
,
skip
types
not
...
...
gcc/fixinc/fixincl.sh
View file @
b3eddcee
...
...
@@ -97,6 +97,13 @@ esac
ORIGDIR
=
`
${
PWDCMD
}
`
export
ORIGDIR
FIXINCL
=
${
ORIGDIR
}
/fixinc/fixincl
if
[
!
-x
$FIXINCL
]
;
then
FIXINCL
=
${
ORIGDIR
}
/fixincl
if
[
!
-x
$FIXINCL
]
;
then
echo
"Cannot find working fixincl"
>
&2
exit
1
fi
fi
export
FIXINCL
# Make LIB absolute only if needed to avoid problems with the amd.
...
...
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