CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/12/12 19:42:17
Modified files:
lang/squeak : Makefile.inc
lang/squeak/funsqueak: Makefile
lang/squeak/image: Makefile
lang/squeak/sources: Makefile
lang/squeak/vm : Makefile
lang/squeak/vm/patches: patch-platforms_unix_config_acinclude_m4
patch-platforms_unix_vm_sqUnixMain_c
Added files:
lang/squeak/vm/patches: patch-platforms_unix_config_Makefile_in
patch-platforms_unix_plugins_FloatMathPlugin_acinclude_m4
Log message:
Unbreak squeak-vm on powerpc, sparc64
Most of this diff is from Anthony Richardby, who provided the patches
to unbreak macppc by removing the -mno-fused-madd flag, fixing an asm
error, and changing the order of the linker arguments.
kmos@ confirmed that the patches also unbreak sparc64. cwen@ moved
the HOMEPAGE to https. I removed flags like -O3.
ok cwen@