home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!bi.TWinsun.COM!eggert
- From: eggert@bi.TWinsun.COM (Paul Eggert)
- Subject: minor permissions problem in gcc 2.3.3
- Message-ID: <9212282005.AA15838@bi.twinsun.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Mon, 28 Dec 1992 20:05:28 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 6
-
- A file in gcc 2.3.3 is distributed with the executable bit turned on,
- even though it's not executable. The following shell command patches this:
-
- chmod a-x config/xm-m68k.h
-
-
-