diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/m/powerpcle.h | 7 | ||||
-rw-r--r-- | src/m/sparc.h | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/src/m/powerpcle.h b/src/m/powerpcle.h index 69442a146e3..3efe88bc449 100644 --- a/src/m/powerpcle.h +++ b/src/m/powerpcle.h @@ -37,13 +37,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define prep #endif -#ifdef __GNUC__ -# define C_OPTIMIZE_SWITCH -O -#else - /* This level of optimization is reported to work. */ -# define C_OPTIMIZE_SWITCH -O2 -#endif - /* Use type int rather than a union, to represent Lisp_Object */ #define NO_UNION_TYPE diff --git a/src/m/sparc.h b/src/m/sparc.h index 012826f0919..f48604ac994 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h @@ -43,13 +43,6 @@ NOTE-END */ #define sparc #endif -#ifdef __GNUC__ -# define C_OPTIMIZE_SWITCH -O -#else - /* This level of optimization is reported to work. */ -# define C_OPTIMIZE_SWITCH -O2 -#endif - /* Use type int rather than a union, to represent Lisp_Object */ #define NO_UNION_TYPE |