1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-13 03:06:23 -08:00

(C_SWITCH_MACHINE): Don't use -G0.

This commit is contained in:
Dave Love 2000-01-28 23:09:23 +00:00
parent a051972bef
commit f2f4685aca

View file

@ -194,7 +194,7 @@ Boston, MA 02111-1307, USA. */
#ifndef IRIX6_5
#define C_SWITCH_MACHINE -32
#else
#define C_SWITCH_MACHINE -n32 -G0
#define C_SWITCH_MACHINE -n32
#endif
#endif
#endif