pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: nia
Date: Sat May 21 11:40:06 UTC 2022
Modified Files:
pkgsrc/doc/guide/files: fixes.xml
Log Message:
More arch preprocessor defines
To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 pkgsrc/doc/guide/files/fixes.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.175 pkgsrc/doc/guide/files/fixes.xml:1.176
--- pkgsrc/doc/guide/files/fixes.xml:1.175 Sat May 21 11:36:06 2022
+++ pkgsrc/doc/guide/files/fixes.xml Sat May 21 11:40:06 2022
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.175 2022/05/21 11:36:06 nia Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.176 2022/05/21 11:40:06 nia Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1658,8 +1658,11 @@ Unix(-like) __unix
<programlisting>
i386 i386, __i386, __i386__
+x86-64 __amd64__, __x86_64__
+ARM __arm__
MIPS __mips
SPARC sparc, __sparc
+PowerPC __powerpc
</programlisting>
</sect3>
Home |
Main Index |
Thread Index |
Old Index