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
f929db3a
Commit
f929db3a
authored
Jun 01, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r4623
parent
f0c19c48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
gcc/just-fixinc
+15
-2
No files found.
gcc/just-fixinc
View file @
f929db3a
#!/bin/sh
rmdir tmpfoo 2>&1
>
/def/null
# This script exists for use after installing
# the Solaris binaries from the FSF CD-ROM.
# Use it *after* copying the directory of binaries
# to the proper installed location.
# It runs fixinc.svr4 to correct bugs in the Solaris header files.
# The corrected header files go in the GCC installation directory
# so that only GCC sees them.
# This script does not modify the original header files in /usr/include.
# It only modifies copies in the GCC installation directory.
installed
=
/opt/gnu/lib/gcc-lib/sparc-sun-solaris2/2.4.2
cd
$installed
/include
rmdir tmpfoo
>
/dev/null 2>&1
mkdir tmpfoo
mv va-sparc.h varargs.h stdarg.h stddef.h limits.h float.h proto.h tmpfoo
./fixinc.svr4 /opt/gnu/lib/gcc-lib/sparc-sun-solaris2/gcc-2.4.2/include /include
.
$installed
/fixinc.svr4
$installed
/include /usr/include
$installed
mv tmpfoo/
*
.
rmdir tmpfoo
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