| commit | e16f6e3f234391027b300ec2ca8b56fc13aac825 | [log] [tgz] |
|---|---|---|
| author | Ian Romanick <idr@us.ibm.com> | Sat Jun 26 00:02:51 2004 +0000 |
| committer | Ian Romanick <idr@us.ibm.com> | Sat Jun 26 00:02:51 2004 +0000 |
| tree | e905f64b3a7daed25d730f9c4137841ec0bf0dce | |
| parent | 9eecb03226a534e0fe59973133371b72e7c0d63d [diff] [blame] |
Re-enable SPARC assembly on sunos5-gcc platform.
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 1a185bc..67f797f 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c
@@ -124,7 +124,7 @@ #endif #ifdef USE_SPARC_ASM -#include "SPARC/sparc.h" +#include "sparc/sparc.h" #endif #ifndef MESA_VERBOSE