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


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

Where can I add "-lm" flag to compile tc-*.c


Hello, I modified one of tc-*.c just for personal
perpose.
The new code includes some math functions such as
pow(), log().
And also I added #include <math.h> line. 

But I can't find the proper place to add "-lm" flag.
I found as_new_LDFLAG in the gas build directory's
Makefile.
But I think I better change a file in the source
directory.

Which file should I change to compile tc-*.c file
correctly?

Thanks.

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com


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