source: trunk/xfix.sh@ 1456

Last change on this file since 1456 was 104, checked in by bird, 23 years ago

Added binutils executables.

  • Property cvs2svn:cvs-rev set to 1.3
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 6.5 KB
RevLine 
[84]1#!/bin/sh
2#
3# Workaround for missing +x bits in initial CVS import.
4#
[82]5chmod a+x src/gcc/config.guess
6chmod a+x src/gcc/config.sub
7chmod a+x src/gcc/configure
8chmod a+x src/gcc/install-sh
9chmod a+x src/gcc/ltconfig
10chmod a+x src/gcc/missing
11chmod a+x src/gcc/mkdep
12chmod a+x src/gcc/mkinstalldirs
13chmod a+x src/gcc/move-if-change
14chmod a+x src/gcc/symlink-tree
15chmod a+x src/gcc/ylwrap