summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.i386
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2013-09-10 16:50:13 +0000
committerobrien <obrien@FreeBSD.org>2013-09-10 16:50:13 +0000
commit4fa8b05433c6640e45fd82186cdf2e9340b70e8d (patch)
treec835bf090a7406f927505d68b15677e980f389ae /sys/conf/files.i386
parent62efb2b6ebe4e6824104ab4b17c9c0c3b62f00c5 (diff)
downloadFreeBSD-src-4fa8b05433c6640e45fd82186cdf2e9340b70e8d.zip
FreeBSD-src-4fa8b05433c6640e45fd82186cdf2e9340b70e8d.tar.gz
Back out r255440. /usr/bin/gcc @r255185 (2013-09-03) can build this.
Approved by: re (kib)
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r--sys/conf/files.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 524c420..24dac5f 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -128,7 +128,7 @@ crypto/aesni/aeskeys_i386.S optional aesni
crypto/aesni/aesni.c optional aesni
aesni_wrap.o optional aesni \
dependency "$S/crypto/aesni/aesni_wrap.c" \
- compile-with "${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} -mmmx -msse ${COMPILER_TYPE} ${COMPILER_TYPE:Mclang:S/clang/-maes} ${.IMPSRC}" \
+ compile-with "${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} -mmmx -msse -maes ${.IMPSRC}" \
no-implicit-rule \
clean "aesni_wrap.o"
crypto/des/arch/i386/des_enc.S optional crypto | ipsec | netsmb
OpenPOWER on IntegriCloud