Bug 29282 - Various cygwin mklib/minstall fixes
Summary: Various cygwin mklib/minstall fixes
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: All Cygwin
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 08:56 UTC by Jon Turney
Modified: 2010-09-01 07:49 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Have mklib exit with error code if link fails (1.33 KB, patch)
2010-07-28 08:56 UTC, Jon Turney
Details | Splinter Review
Change mklib not to report the full archname on cygwin (1.33 KB, patch)
2010-07-28 08:57 UTC, Jon Turney
Details | Splinter Review
Teach mklib/minstall to properly install libraries on cygwin (4.63 KB, patch)
2010-07-28 08:57 UTC, Jon Turney
Details | Splinter Review
Adjust mklib so -linker and -cplusplus options are processed on cygwin more like they are for linux (1.47 KB, patch)
2010-08-30 08:18 UTC, Jon Turney
Details | Splinter Review

Description Jon Turney 2010-07-28 08:56:05 UTC
Various cygwin mklib/minstall fixes

Have mklib exit with error code if link fails
Change mklib not to report the full archname on cygwin
Teach mklib/minstall to properly install libraries on cygwin
Comment 1 Jon Turney 2010-07-28 08:56:48 UTC
Created attachment 37422 [details] [review]
Have mklib exit with error code if link fails
Comment 2 Jon Turney 2010-07-28 08:57:18 UTC
Created attachment 37423 [details] [review]
Change mklib not to report the full archname on cygwin
Comment 3 Jon Turney 2010-07-28 08:57:46 UTC
Created attachment 37424 [details] [review]
Teach mklib/minstall to properly install libraries on cygwin
Comment 4 Jon Turney 2010-07-28 09:09:48 UTC
This might save some effort:

The following changes since commit b346c4205dc19c9ffbff48ed8bd89687772a96f8:

  r600g: add lrp instruction support (2010-07-28 10:35:32 -0400)

are available in the git repository at:
  git://anongit.freedesktop.org/~jturney/mesa cygwin-install

Jon TURNEY (3):
      Cygwin: Have mklib exit with error code if link fails
      Cygwin: Change mklib not to report the full archname on cygwin
      Cygwin: Teach mklib/minstall to properly install libraries on cygwin

 bin/minstall |   21 ++++++++++++++++++++-
 bin/mklib    |   18 +++++++++---------
 configure.ac |   26 ++++++++++++++++----------
 3 files changed, 45 insertions(+), 20 deletions(-)
Comment 5 Jon Turney 2010-08-30 08:18:24 UTC
Created attachment 38305 [details] [review]
Adjust mklib so -linker and -cplusplus options are processed on cygwin more like they are for linux

... and one more cygwin mklib fix
Comment 6 Brian Paul 2010-09-01 07:49:30 UTC
These look OK to me so I'll apply them.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.