public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* Symlinks in Newlib break mingw host builds
@ 2020-02-10 16:09 Joel Sherrill
  2020-02-10 19:54 ` Keith Packard
  2020-02-10 21:47 ` Jeff Johnston
  0 siblings, 2 replies; 3+ messages in thread
From: Joel Sherrill @ 2020-02-10 16:09 UTC (permalink / raw)
  To: Newlib, Chris Johns

Hi

The following patch in newlib adds links as part of the i386/x86_64 fenv
support. Windows does not have symlinks and it is emulated as copy.
This complicates a bsdtar extraction of source.

 https://github.com/RTEMS/sourceware-mirror-newlib-
 cygwin/commit/cfc4955234828881145a20987c8a0a3cd373585c

 We tried to extract the tar file a second time, this has worked with
other tar files with symlinks however it does not work. We don't know why.

My current best idea is to replace all the symlinks in those libm
directories
with a short file that includes the file instead of symlinking to it.

Any other thoughts to eliminate the symlinks since they cause issues.

--joel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-10 21:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-10 16:09 Symlinks in Newlib break mingw host builds Joel Sherrill
2020-02-10 19:54 ` Keith Packard
2020-02-10 21:47 ` Jeff Johnston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).