pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/gnu-config
Module Name: pkgsrc
Committed By: jperkin
Date: Thu May 9 17:42:15 UTC 2024
Modified Files:
pkgsrc/mk/gnu-config: config.sub
Log Message:
mk: Allow "illumos" as GNU host os.
For the most part the triple is still *-*-solaris*, but newer software
such as rust defines the target triple as x86_64-unknown-illumos, and
supporting this helps with patching things that try to match them.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mk/gnu-config/config.sub
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/gnu-config/config.sub
diff -u pkgsrc/mk/gnu-config/config.sub:1.28 pkgsrc/mk/gnu-config/config.sub:1.29
--- pkgsrc/mk/gnu-config/config.sub:1.28 Thu Mar 3 03:33:22 2022
+++ pkgsrc/mk/gnu-config/config.sub Thu May 9 17:42:15 2024
@@ -1724,7 +1724,7 @@ case $os in
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
| sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
| hiux* | abug | nacl* | netware* | windows* \
- | os9* | macos* | osx* | ios* \
+ | os9* | macos* | osx* | ios* | illumos* \
| mpw* | magic* | mmixware* | mon960* | lnews* \
| amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \
| aos* | aros* | cloudabi* | sortix* | twizzler* \
Home |
Main Index |
Thread Index |
Old Index