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
be0bad5e
Commit
be0bad5e
authored
Dec 23, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add special fixes for netinet/in.h and sys/endian.h.
From-SVN: r2904
parent
b3fc0c98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/fixinc.svr4
+3
-3
No files found.
gcc/fixinc.svr4
View file @
be0bad5e
...
...
@@ -923,9 +923,9 @@ if [ \! -z "$file_to_fix" ]; then
else
sed
-e
'/#ifdef INKERNEL/i\
#ifdef _KERNEL'
\
-e
'/
* INKERNEL *
/a\
-e
'/
#endif[ ]*\/\* INKERNEL \*\/
/a\
#endif /* _KERNEL */'
\
$
{
LIB
}
/
$file
>
${
LIB
}
/
${
file
}
.sed
$
file_to_fix
>
${
LIB
}
/
${
file
}
.sed
rm
-f
${
LIB
}
/
$file
;
mv
${
LIB
}
/
${
file
}
.sed
${
LIB
}
/
$file
echo
Fixed
$file_to_fix
fi
...
...
@@ -955,7 +955,7 @@ if [ \! -z "$file_to_fix" ]; then
# endif/a\
# endif /* !defined (__GNUC__) && !defined (__GNUG__) */\
# include <sys/byteorder.h>'
\
$
{
LIB
}
/
$file
>
${
LIB
}
/
${
file
}
.sed
$
file_to_fix
>
${
LIB
}
/
${
file
}
.sed
rm
-f
${
LIB
}
/
$file
;
mv
${
LIB
}
/
${
file
}
.sed
${
LIB
}
/
$file
echo
Fixed
$file_to_fix
fi
...
...
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