Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
- 
d1c5289e
by Raymond Toy at 2020-08-26T17:12:40-07:00
 
1 changed file:
Changes:
| ... | ... | @@ -3,6 +3,7 @@ include Config.x86_common | 
| 3 | 3 | 
 # Set the path to your verison of GCC here.
 | 
| 4 | 4 | 
 CC = gcc -m32
 | 
| 5 | 5 | 
 | 
| 6 | 
+CFLAGS += $(COPT)
 | 
|
| 6 | 7 | 
 CPPFLAGS += -march=pentium4 -mfpmath=sse
 | 
| 7 | 8 | 
 | 
| 8 | 9 | 
 UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
 |