| delorie.com/archives/browse.cgi | search |
| Date: | Wed, 18 Nov 92 10:09:19 EST |
| From: | DJ Delorie <dj AT athena DOT ctron DOT com> |
| To: | raney AT metacard DOT com |
| Cc: | djgpp AT sun DOT soe DOT clarkson DOT edu |
| Subject: | Too many files on gcc command line at link phase |
To use gnuish make with 1.08 (7?) or later, add this line: LONGARGS = gcc:ar This allows gcc and ar to have long command lines. Alternatively, you can put the command in a file called, for example, "gcc.cmd" and use "gcc @gcc.cmd". DJ
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |