summaryrefslogtreecommitdiff
path: root/databases/mysql54-server/files/patch-ap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - upgrade to 3.22.29Dirk Froemberg2000-01-051-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.26aDirk Froemberg1999-09-171-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