K 10 svn:author V 4 dirk K 8 svn:date V 27 1999-09-17T19:51:56.000000Z K 7 svn:log V 400 - upgrade to 3.22.26a - use --enable-assembler for ${ARCH}==i386 Requested by: Martin Nilsson There is an annoying bug in gcc 2.7.2.*: If -pipe is used for .s files, gcc will "hang" forever, because the assembler is called with '-' and noone is sending data. As a workaround use .S (capital s) files. Then cpp will be called prior to as and thus a pipe can be build. END