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
d6b3cb10
Commit
d6b3cb10
authored
Jul 31, 1995
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid clobbering VxWorks drv/netif/if_med.h file
From-SVN: r10209
parent
ae38d079
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
gcc/fixincludes
+12
-0
No files found.
gcc/fixincludes
View file @
d6b3cb10
...
...
@@ -1072,6 +1072,18 @@ if [ -r ${LIB}/$file ]; then
fi
fi
# There is a similar problem with the VxWorks drv/netif/if_med.h file.
file
=
drv/netif/if_med.h
if
[
-r
${
LIB
}
/
$file
]
;
then
if
egrep
'Wind River'
${
LIB
}
/
$file
>
/dev/null
;
then
echo
Fixing
$file
, overeager sed script
rm
${
LIB
}
/
$file
sed
-e
's|//.*$||g'
$file
>
${
LIB
}
/
$file
chmod +w
${
LIB
}
/
$file
2>/dev/null
chmod a+r
${
LIB
}
/
$file
2>/dev/null
fi
fi
# Some IRIX header files contains the string "//"
for
file
in
elf_abi.h elf.h
;
do
if
[
-r
${
LIB
}
/
$file
]
;
then
...
...
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