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

Re: mkstemp() support on target


> To: gcc@gcc.gnu.org
> From: Florian Weimer <fw@deneb.enyo.de>
> Date: Sat, 20 Oct 2001 16:21:31 +0200

> Does an autoconf test already exist in GCC which tests whether the
> target machine supports mkstemp() or not?

Can you run grep mkstemp libiberty/*?  That might answer your question.

If you want to know if it is availible for use on the target, can't
you just nm libiberty and be done with it?


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