>>>>> 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