This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: how customise specs?


> if I replace
> 
> *libgcc:
> -lgcc
> 
> by 
> 
> *libgcc:
> 
> I get an error message that the specs file is malformed,
> 
> but other labels in that specs file have empty contents so why 
> not this one,

Did you just delete the "-lgcc" line, or did you replace it with
a blank line?  Specs files go:

iterate {
   <variable>
   <value>
   <blank line>
}

If you want to assign a variable a null value, I think you need
two blank lines between the variable name and the next variable
name -- one for the null value and one for the mandatory blank line.

HTH.

                         -----Carl

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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