This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch committed to trunk, was: Re: Build failure on hppa1.1-hp-hpux10.20: Arg list too long


John David Anglin wrote:

> The ARG_MAX limit under hpux 10.20 is 20478 bytes.  I struggled with
> the same problem under vax-dec-ultrix4.3.  It has an ARG_MAX of 10240.
> One thing that helps is defining `MAKEOVERRIDES='.

I committed the following to the mainline.  Please report back if this
solved the problem for you (I can't test it as my system has a command
line limit of 49,000+ bytes)

Bootstrapped, make check'd and installed on i686-pc-linux-gnu.

2001-11-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>

        * Makefile.in: Add MAKEOVERRIDES= to suppress exporting
        environment to (sub)shells.

*** Makefile.in.orig    Tue Nov 13 01:36:37 2001
--- Makefile.in Fri Nov 16 20:01:26 2001
***************
*** 21,24 ****
--- 21,25 ----
  
  SHELL = /bin/sh
+ MAKEOVERRIDES=
  
  #### Start of system configuration section. ####

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]