Use <ifnot property="ARCH" value="i386"> instead of <if property="ARCH" value="unknown">, because ARCH would never be defined to unknown

svn path=/trunk/; revision=15936
This commit is contained in:
Hervé Poussineau 2005-06-16 20:46:48 +00:00
parent 2054ea72e9
commit 192c84808f

View file

@ -26,9 +26,8 @@
<file>wcsnlen.s</file>
<file>wcsrchr.s</file>
</directory>
</if>
<if property="ARCH" value="unknown">
<ifnot property="ARCH" value="i386">
<file>memchr.c</file>
<file>memcpy.c</file>
<file>memmove.c</file>
@ -53,7 +52,7 @@
<file>wcsncpy.c</file>
<file>wcsnlen.c</file>
<file>wcsrchr.c</file>
</if>
</ifnot>
<!--
FIXME:
The next files should be a part of ARCH=i386 and ARCH=unknown.