Drop -mcmodel=medany, used only on sparc64 and not understood by clang

Fixes early configure error
http://build-failures.rhaalovely.net/sparc64/2020-04-03/lang/clisp.log
This commit is contained in:
jca 2020-04-06 01:25:18 +00:00
parent d634949a37
commit 3b03358811

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.52 2019/07/12 20:47:16 sthen Exp $
# $OpenBSD: Makefile,v 1.53 2020/04/06 01:25:18 jca Exp $
ONLY_FOR_ARCHS = amd64 i386 powerpc sparc64
@ -41,7 +41,7 @@ CONFIGURE_ENV = ac_cv_prog_DVIPDF='' \
ac_cv_prog_PS2PDF=''
.if ${MACHINE_ARCH} == "sparc64"
CFLAGS += -DSAFETY=2 -DNO_ASM -mcmodel=medany
CFLAGS += -DSAFETY=2 -DNO_ASM
.endif
.if ${MACHINE_ARCH} == "powerpc"