| 1 | #!/bin/sh
|
|---|
| 2 | #
|
|---|
| 3 | # Workaround for missing +x bits in initial CVS import.
|
|---|
| 4 | #
|
|---|
| 5 | chmod a+x src/gcc/config.guess
|
|---|
| 6 | chmod a+x src/gcc/config.sub
|
|---|
| 7 | chmod a+x src/gcc/configure
|
|---|
| 8 | chmod a+x src/gcc/install-sh
|
|---|
| 9 | chmod a+x src/gcc/ltconfig
|
|---|
| 10 | chmod a+x src/gcc/missing
|
|---|
| 11 | chmod a+x src/gcc/mkdep
|
|---|
| 12 | chmod a+x src/gcc/mkinstalldirs
|
|---|
| 13 | chmod a+x src/gcc/move-if-change
|
|---|
| 14 | chmod a+x src/gcc/symlink-tree
|
|---|
| 15 | chmod a+x src/gcc/ylwrap
|
|---|
| 16 | chmod a+x src/gcc/boehm-gc/callprocs
|
|---|
| 17 | chmod a+x src/gcc/boehm-gc/config.guess
|
|---|
| 18 | chmod a+x src/gcc/boehm-gc/config.sub
|
|---|
| 19 | chmod a+x src/gcc/boehm-gc/configure
|
|---|
| 20 | chmod a+x src/gcc/boehm-gc/install-sh
|
|---|
| 21 | chmod a+x src/gcc/boehm-gc/ltconfig
|
|---|
| 22 | chmod a+x src/gcc/boehm-gc/mkinstalldirs
|
|---|
| 23 | chmod a+x src/gcc/contrib/analyze_brprob
|
|---|
| 24 | chmod a+x src/gcc/contrib/compare_tests
|
|---|
| 25 | chmod a+x src/gcc/contrib/convert_to_f2c
|
|---|
| 26 | chmod a+x src/gcc/contrib/convert_to_g2c
|
|---|
| 27 | chmod a+x src/gcc/contrib/download_f2c
|
|---|
| 28 | chmod a+x src/gcc/contrib/gcc_build
|
|---|
| 29 | chmod a+x src/gcc/contrib/gcc_update
|
|---|
| 30 | chmod a+x src/gcc/contrib/gennews
|
|---|
| 31 | chmod a+x src/gcc/contrib/index-prop
|
|---|
| 32 | chmod a+x src/gcc/contrib/newcvsroot
|
|---|
| 33 | chmod a+x src/gcc/contrib/test_installed
|
|---|
| 34 | chmod a+x src/gcc/contrib/test_summary
|
|---|
| 35 | chmod a+x src/gcc/contrib/texi2pod.pl
|
|---|
| 36 | chmod a+x src/gcc/contrib/warn_summary
|
|---|
| 37 | chmod a+x src/gcc/contrib/reghunt/reg_periodic
|
|---|
| 38 | chmod a+x src/gcc/contrib/reghunt/reg_search
|
|---|
|
|---|