This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: Fw: Don't build libgcj on irix6.5 - still doesn't work


>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:

Bryce> +	echo $(libgcj_la_OBJECTS) > libgcj.objectlist;
Bryce> +	echo $(libgcj_la_LIBADD) >> libgcj.objectlist;

Will this work on systems with a length limit where `echo' is not a
built in?  Maybe we need a for loop instead?

Tom


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