Commit f0c19c48 by Richard Stallman

Initial revision

From-SVN: r4622
parent 826ec5dd
#!/bin/sh
rmdir tmpfoo 2>&1 >/def/null
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 .
mv tmpfoo/* .
rmdir tmpfoo
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment