<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linux-xtensa.org/index.php?action=history&amp;feed=atom&amp;title=Building_the_Strace_Package</id>
	<title>Building the Strace Package - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linux-xtensa.org/index.php?action=history&amp;feed=atom&amp;title=Building_the_Strace_Package"/>
	<link rel="alternate" type="text/html" href="http://wiki.linux-xtensa.org/index.php?title=Building_the_Strace_Package&amp;action=history"/>
	<updated>2026-05-04T23:59:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>http://wiki.linux-xtensa.org/index.php?title=Building_the_Strace_Package&amp;diff=343&amp;oldid=prev</id>
		<title>Piet at 02:16, 2 December 2009</title>
		<link rel="alternate" type="text/html" href="http://wiki.linux-xtensa.org/index.php?title=Building_the_Strace_Package&amp;diff=343&amp;oldid=prev"/>
		<updated>2009-12-02T02:16:43Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;http://wiki.linux-xtensa.org/index.php?title=Building_the_Strace_Package&amp;amp;diff=343&amp;amp;oldid=335&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Piet</name></author>
	</entry>
	<entry>
		<id>http://wiki.linux-xtensa.org/index.php?title=Building_the_Strace_Package&amp;diff=335&amp;oldid=prev</id>
		<title>Piet: New page:     [root@hifi ~]# &#039;&#039;&#039;cd /home/default/src/strace-4.5.15&#039;&#039;&#039;                                                                                                                                 ...</title>
		<link rel="alternate" type="text/html" href="http://wiki.linux-xtensa.org/index.php?title=Building_the_Strace_Package&amp;diff=335&amp;oldid=prev"/>
		<updated>2009-12-01T11:15:43Z</updated>

		<summary type="html">&lt;p&gt;New page:     [root@hifi ~]# &amp;#039;&amp;#039;&amp;#039;cd /home/default/src/strace-4.5.15&amp;#039;&amp;#039;&amp;#039;                                                                                                                                 ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;    [root@hifi ~]# &amp;#039;&amp;#039;&amp;#039;cd /home/default/src/strace-4.5.15&amp;#039;&amp;#039;&amp;#039;                                                                                                                                            &lt;br /&gt;
    [root@hifi strace-4.5.15]# &amp;#039;&amp;#039;&amp;#039;./configure&amp;#039;&amp;#039;&amp;#039;                                                                                                                                                       &lt;br /&gt;
    checking for a BSD-compatible install... /usr/bin/install -c                                                                                                                                 &lt;br /&gt;
    checking whether build environment is sane... yes                                                                                                                                            &lt;br /&gt;
    checking for gawk... no                                                                                                                                                                      &lt;br /&gt;
    checking for mawk... no                                                                                                                                                                      &lt;br /&gt;
    checking for nawk... no                                                                                                                                                                      &lt;br /&gt;
    checking for awk... awk                                                                                                                                                                      &lt;br /&gt;
    checking whether make sets $(MAKE)... yes                                                                                                                                                    &lt;br /&gt;
    checking whether to enable maintainer-specific portions of Makefiles... no                                                                                                                   &lt;br /&gt;
    checking build system type... xtensa_test_mmuhifi_c3-unknown-linux-uclibc                                                                                                                    &lt;br /&gt;
    checking host system type... xtensa_test_mmuhifi_c3-unknown-linux-uclibc                                                                                                                     &lt;br /&gt;
    checking for supported operating system... linux                                                                                                                                             &lt;br /&gt;
    checking for supported architecture... xtensa                                                                                                                                                &lt;br /&gt;
    checking for gcc... gcc                                                                                                                                                                      &lt;br /&gt;
    checking for C compiler default output file name... a.out                                                                                                                                    &lt;br /&gt;
    checking whether the C compiler works... yes                                                                                                                                                 &lt;br /&gt;
    checking whether we are cross compiling... no                                                                                                                                                &lt;br /&gt;
    checking for suffix of executables...                                                                                                                                                        &lt;br /&gt;
    checking for suffix of object files... o                                                                                                                                                     &lt;br /&gt;
    checking whether we are using the GNU C compiler... yes&lt;br /&gt;
    checking whether gcc accepts -g... yes&lt;br /&gt;
    checking for gcc option to accept ISO C89... none needed&lt;br /&gt;
    checking for style of include used by make... GNU&lt;br /&gt;
    checking dependency style of gcc... gcc3&lt;br /&gt;
    checking how to run the C preprocessor... gcc -E&lt;br /&gt;
    checking for grep that handles long lines and -e... /bin/grep&lt;br /&gt;
    checking for egrep... /bin/grep -E&lt;br /&gt;
    checking for ANSI C header files... yes&lt;br /&gt;
    checking for sys/types.h... yes&lt;br /&gt;
    checking for sys/stat.h... yes&lt;br /&gt;
    checking for stdlib.h... yes&lt;br /&gt;
    checking for string.h... yes&lt;br /&gt;
    checking for memory.h... yes&lt;br /&gt;
    checking for strings.h... yes&lt;br /&gt;
    checking for inttypes.h... yes&lt;br /&gt;
    checking for stdint.h... yes&lt;br /&gt;
    checking for unistd.h... yes&lt;br /&gt;
    checking minix/config.h usability... no&lt;br /&gt;
    checking minix/config.h presence... no&lt;br /&gt;
    checking for minix/config.h... no&lt;br /&gt;
    checking whether it is safe to define __EXTENSIONS__... yes&lt;br /&gt;
    checking for primary include directory... /usr/include&lt;br /&gt;
    checking how to run the C preprocessor... gcc -E&lt;br /&gt;
    checking whether gcc needs -traditional... no&lt;br /&gt;
    checking for a BSD-compatible install... /usr/bin/install -c&lt;br /&gt;
    checking for an ANSI C-conforming const... yes&lt;br /&gt;
    checking for ANSI C header files... (cached) yes&lt;br /&gt;
    checking for dirent.h that defines DIR... yes&lt;br /&gt;
    checking for library containing opendir... none required&lt;br /&gt;
    checking whether stat file-mode macros are broken... no&lt;br /&gt;
    checking for struct stat.st_blksize... yes&lt;br /&gt;
    checking for struct stat.st_blocks... yes&lt;br /&gt;
    checking for struct stat.st_aclcnt... no&lt;br /&gt;
    checking for struct stat.st_flags... no&lt;br /&gt;
    checking for struct stat.st_fstype... no&lt;br /&gt;
    checking for struct stat.st_gen... no&lt;br /&gt;
    checking for struct stat.st_level... no&lt;br /&gt;
    checking for struct stat.st_rdev... yes&lt;br /&gt;
    checking for stat64 in (asm|sys)/stat.h... yes&lt;br /&gt;
    checking for statfs64 in sys/(statfs|vfs).h... yes&lt;br /&gt;
    checking return type of signal handlers... void&lt;br /&gt;
    checking for uid_t in sys/types.h... yes&lt;br /&gt;
    checking for mode_t... yes&lt;br /&gt;
    checking type of array argument to getgroups... gid_t&lt;br /&gt;
    checking whether sys/types.h defines makedev... yes&lt;br /&gt;
    checking for sig_atomic_t... yes&lt;br /&gt;
    checking for siginfo_t... yes&lt;br /&gt;
    checking for struct sockaddr_in6.sin6_scope_id... yes&lt;br /&gt;
    checking for long long... yes&lt;br /&gt;
    checking for little endian long long...&lt;br /&gt;
[piet@fc9desktop ~]$&lt;/div&gt;</summary>
		<author><name>Piet</name></author>
	</entry>
</feed>