source: trunk/xfix.sh@ 680

Last change on this file since 680 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
Line 
1#!/bin/sh
2#
3# Workaround for missing +x bits in initial CVS import.
4#
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
16chmod a+x src/gcc/boehm-gc/callprocs
17chmod a+x src/gcc/boehm-gc/config.guess
18chmod a+x src/gcc/boehm-gc/config.sub
19chmod a+x src/gcc/boehm-gc/configure
20chmod a+x src/gcc/boehm-gc/install-sh
21chmod a+x src/gcc/boehm-gc/ltconfig
22chmod a+x src/gcc/boehm-gc/mkinstalldirs
23chmod a+x src/gcc/contrib/analyze_brprob
24chmod a+x src/gcc/contrib/compare_tests
25chmod a+x src/gcc/contrib/convert_to_f2c
26chmod a+x src/gcc/contrib/convert_to_g2c
27chmod a+x src/gcc/contrib/download_f2c
28chmod a+x src/gcc/contrib/gcc_build
29chmod a+x src/gcc/contrib/gcc_update
30chmod a+x src/gcc/contrib/gennews
31chmod a+x src/gcc/contrib/index-prop
32chmod a+x src/gcc/contrib/newcvsroot
33chmod a+x src/gcc/contrib/test_installed
34chmod a+x src/gcc/contrib/test_summary
35chmod a+x src/gcc/contrib/texi2pod.pl
36chmod a+x src/gcc/contrib/warn_summary
37chmod a+x src/gcc/contrib/reghunt/reg_periodic
38chmod a+x src/gcc/contrib/reghunt/reg_search