libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] list of input files if max_cmd_len exceeded


From: David Edelsohn
Subject: Re: [patch] list of input files if max_cmd_len exceeded
Date: Thu, 14 Apr 2005 12:50:26 -0400

>>>>> Ralf Wildenhues writes:

Ralf> Yes, but what I meant was removing _before_ your changes.  Your patch had

Ralf> | +           output=${output_objdir}/${output_la}.lnk
Ralf> | +           func_echo "creating linker input file list: $output"
Ralf> | +           for obj in $save_libobjs
Ralf> | +           do
Ralf> | +             $ECHO $obj >> $output
Ralf> | +           done
Ralf> | +           delfiles="$delfiles $output"
Ralf> | +           output=\"$file_list_spec$filelist\"

Ralf> and if $output existed before, you would feed garbage to the linker.

        Okay, so you want me to clear the file before appending.

David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]