Skip to content
Snippets Groups Projects
Commit ff6e4baa authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Disabled the gcc -sparclite option.

Rev: src/configure.in:1.155
parent 887a5fc5
Branches
Tags
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.154 1998/07/03 11:29:00 grubba Exp $") AC_REVISION("$Id: configure.in,v 1.155 1998/07/17 11:38:40 grubba Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -233,7 +233,10 @@ if test $cflags_is_set = no; then ...@@ -233,7 +233,10 @@ if test $cflags_is_set = no; then
### Optimize for different SUN machines. If there is no working 'uname' ### Optimize for different SUN machines. If there is no working 'uname'
### no extra optimization will be done, but nothing should break either. ### no extra optimization will be done, but nothing should break either.
AC_SYS_CPU_COMPILER_FLAG(sun4c,-msparclite,sparclite,OPTIMIZE)
# The -sparclite option seems to generate assembler that /bin/as doesn't
# understand. /grubba 1998-07-17
# AC_SYS_CPU_COMPILER_FLAG(sun4c,-msparclite,sparclite,OPTIMIZE)
AC_SYS_CPU_COMPILER_FLAG(sun4m,-mv8,microsparc,OPTIMIZE) AC_SYS_CPU_COMPILER_FLAG(sun4m,-mv8,microsparc,OPTIMIZE)
AC_SYS_CPU_COMPILER_FLAG(sun4d,-msupersparc,supersparc,OPTIMIZE) AC_SYS_CPU_COMPILER_FLAG(sun4d,-msupersparc,supersparc,OPTIMIZE)
AC_SYS_CPU_COMPILER_FLAG(sun4u,-msupersparc,ultrasparc,OPTIMIZE) AC_SYS_CPU_COMPILER_FLAG(sun4u,-msupersparc,ultrasparc,OPTIMIZE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment