home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!claude.cs.umb.edu!karl
- From: karl@claude.cs.umb.edu (Karl Berry)
- Subject: -static provokes warning
- Message-ID: <199207292036.AA17259@claude.cs.umb.edu>
- Sender: gnulists@ai.mit.edu
- Reply-To: karl@cs.umb.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Wed, 29 Jul 1992 12:36:34 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 16
-
- In GCC 2.2.2 on (for example) an IBM RT running 4.3BSD (configured as
- `romp-aos') specifying the -static option produces a warning (although
- it's not identified as such).
-
- $ gcc -v -static
- gcc: unrecognized option `-static'
- gcc version 2.2.2
-
- The manual says:
-
- `-static'
- ... On other systems, this option has no effect.
-
-
- I think GCC shouldn't issue the warning.
-
-