Raymond Toy pushed to branch master at cmucl / cmucl
Commits: d1c5289e by Raymond Toy at 2020-08-26T17:12:40-07:00 Fix typo
- - - - -
1 changed file:
- src/lisp/Config.x86_freebsd
Changes:
===================================== src/lisp/Config.x86_freebsd ===================================== @@ -3,6 +3,7 @@ include Config.x86_common # Set the path to your verison of GCC here. CC = gcc -m32
+CFLAGS += $(COPT) CPPFLAGS += -march=pentium4 -mfpmath=sse
UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d1c5289eb069df2ecdbac38e...