| Commit | Date | |
|---|---|---|
| 2009-08-11 15:27:46 | Tree | |
| 2009-08-11 14:03:23 | Tree | |
|
[r2380]
by
sumolx
MMX checks within ASM files cause breakage. If they are to be disabled then comment out MMX = 1 from makefile. MAC OSX finally runs!!!! |
2009-08-11 02:43:03 | Tree |
| 2009-08-10 21:14:22 | Tree | |
| 2009-08-10 21:05:19 | Tree | |
| 2009-08-10 20:59:04 | Tree | |
| 2009-08-10 20:58:06 | Tree | |
|
[r2375]
by
sumolx
environ.sh and makefile are now more generic. This way compiling on other distributions should now be easier. |
2009-08-10 20:52:19 | Tree |
| 2009-08-03 02:04:33 | Tree | |
|
[r2373]
by
sumolx
Previous versions of CPP implemented the comma-deletion extension much more generally. We have restricted it in this release to minimize the differences from C99. To get the same effect with both this and previous versions of GCC, the token preceding the special `##' must be a comma, and there must be white space between that comma and whatever comes immediately before it: #define eprintf(format, args...) fprintf (stderr, format , ##args) |
2009-08-03 00:56:01 | Tree |