-
9a4f3d7e
by Raymond Toy at 2026-02-04T08:06:20-08:00
Minor cleanup of GNUMakefile
First, CORE64_OBJS is no longer defined, so don't use it. The
CORE64_OBJS that used to name the .o files for core-math are now
computed as part of OBJS.
This removal also meant that the "clean" target no longer removed the
core-math object files. Fix this by changing the rule to remove
$(OBJS) instead of *.o.
-
f5a798b8
by Raymond Toy at 2026-02-05T17:51:48-08:00
Fix #470: Fix unit test issues on Ubuntu CI
-
5b6d4d73
by Raymond Toy at 2026-02-05T17:51:48-08:00
Merge branch 'issue-470-ubuntu-ci-failures' into 'master'
Fix #470: Fix unit test issues on Ubuntu CI
Closes #470
See merge request cmucl/cmucl!348
-
fb50ed76
by Raymond Toy at 2026-02-05T17:55:03-08:00
Merge branch 'master' into issue-469-enable-cr-pow