Fix typo to allow building on non-i386 architectures.
This commit is contained in:
parent
040d812646
commit
d55758dc36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71236
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
+# This should work for non-i386 FreeBSD (e.g. Alpha)
|
||||
+freebsd-generic:
|
||||
+ $(MAKE) target=FreeBSD \
|
||||
+ CC='$(CC) CXX='$(CXX)' \
|
||||
+ CC='$(CC)' CXX='$(CXX)' \
|
||||
+ CFLAGS='$(CFLAGS)' \
|
||||
+ LDFLAGS='$(LDFLAGS)' \
|
||||
+ opt='$(opt) -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS -DFAST' \
|
||||
|
|
Loading…
Reference in a new issue