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
|
---|
39 | chmod a+x src/gcc/contrib/reghunt/reg_test_template
|
---|
40 | chmod a+x src/gcc/contrib/regression/btest-gcc.sh
|
---|
41 | chmod a+x src/gcc/contrib/regression/objs-gcc.sh
|
---|
42 | chmod a+x src/gcc/fastjar/configure
|
---|
43 | chmod a+x src/gcc/fastjar/install-sh
|
---|
44 | chmod a+x src/gcc/fastjar/missing
|
---|
45 | chmod a+x src/gcc/fastjar/mkinstalldirs
|
---|
46 | chmod a+x src/gcc/gcc/gccbug.in
|
---|
47 | chmod a+x src/gcc/gcc/doc/install.texi2html
|
---|
48 | chmod a+x src/gcc/gcc/fixinc/fixinc.svr4
|
---|
49 | chmod a+x src/gcc/gcc/fixinc/fixinc.wrap
|
---|
50 | chmod a+x src/gcc/gcc/fixinc/fixincl.sh
|
---|
51 | chmod a+x src/gcc/gcc/fixinc/genfixes
|
---|
52 | chmod a+x src/gcc/gcc/fixinc/mkfixinc.sh
|
---|
53 | chmod a+x src/gcc/gcc/intl/config.charset
|
---|
54 | chmod a+x src/gcc/gcc/testsuite/gcc.dg/dll-5.c
|
---|
55 | chmod a+x src/gcc/libf2c/libF77/configure
|
---|
56 | chmod a+x src/gcc/libf2c/configure
|
---|
57 | chmod a+x src/gcc/libf2c/libI77/configure
|
---|
58 | chmod a+x src/gcc/libf2c/libU77/configure
|
---|
59 | chmod a+x src/gcc/libffi/configure
|
---|
60 | chmod a+x src/gcc/libiberty/configure
|
---|
61 | chmod a+x src/gcc/libjava/addr2name.awk
|
---|
62 | chmod a+x src/gcc/libjava/configure
|
---|
63 | chmod a+x src/gcc/libjava/libltdl/configure
|
---|
64 | chmod a+x src/gcc/libjava/scripts/unicode-blocks.pl
|
---|
65 | chmod a+x src/gcc/libjava/scripts/unicode-decomp.pl
|
---|
66 | chmod a+x src/gcc/libjava/scripts/unicode-muncher.pl
|
---|
67 | chmod a+x src/gcc/libobjc/configure
|
---|
68 | chmod a+x src/gcc/libstdc++-v3/configure
|
---|
69 | chmod a+x src/gcc/libstdc++-v3/mkcheck.in
|
---|
70 | chmod a+x src/gcc/libstdc++-v3/testsuite_flags.in
|
---|
71 | chmod a+x src/gcc/libstdc++-v3/config/abi/extract_symvers
|
---|
72 | chmod a+x src/gcc/maintainer-scripts/gcc_release
|
---|
73 | chmod a+x src/gcc/maintainer-scripts/update_version
|
---|
74 | chmod a+x src/gcc/maintainer-scripts/update_web_docs
|
---|
75 | chmod a+x src/gcc/maintainer-scripts/update_web_docs_libstdcxx
|
---|
76 | chmod a+x src/gcc/maintainer-scripts/update_web_docs_old
|
---|
77 | chmod a+x src/gcc/zlib/configure
|
---|
78 | # added by hand
|
---|
79 | chmod a+x src/gcc/gcc/mkoptdesc.sh
|
---|