This is the mail archive of the gcc-help@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]

Re: how to append '-fPIC -fpic -msingle-pic-base' options to build libiberty.a?


Hi, Ian:

It works, thanks a lot :)

>
> It should work to say
> ? ?make CFLAGS_FOR_TARGET="-g -O2 -fpic -fmsingle-pic-base"

Just there's a typo, make CFLAGS_FOR_TARGET="-g -O2 -fpic
-msingle-pic-base" , no 'f' in front of 'msingle-pic-base'

regards


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