Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - upgrade to 3.22.29 | Dirk Froemberg | 2000-01-05 | 1 | -9/+9 |
| | | | | | | | | | - add -O0 for compiling sql/sql_yacc.cc. Otherwise gcc eats a lot of memory and cpu time. It seems to be a gcc compiler bug in conjunction with -O. Notes: svn path=/head/; revision=24452 | ||||
* | - upgrade to 3.22.26a | Dirk Froemberg | 1999-09-17 | 1 | -0/+11 |
- use --enable-assembler for ${ARCH}==i386 Requested by: Martin Nilsson <martin@filex.se> 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. Notes: svn path=/head/; revision=21697 |