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


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

- The function in libiberty is called mkstemps
- You can check for it only after building libiberty, which may or may not
  be early enough for what Florian has in mind.
- It might reference functions that are not available on the target.

-- 
Joern Rennecke                  |            gcc expert for hire
amylaar@onetel.net.uk           |  send enquiries to: jwr_jobs@onetel.net.uk


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