There is no USES=gcc

Pointy hat to:	osa
This commit is contained in:
Adam Weinberger 2018-01-10 03:24:40 +00:00
parent 7198e6f89f
commit e0a2f9063c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458592

View file

@ -25,7 +25,7 @@ TRIB_DESC= Install redis-trib.rb (lang/ruby req.)
.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*}
# Needed for __atomic_fetch_add_8
USES+= gcc
USE_GCC= yes
CFLAGS+= -march=i586
.endif