[M3commit] [modula3/cm3] 57c90d: fix #! prefix so the file can be run
jaykrell
jay.krell at cornell.edu
Thu Aug 6 02:45:49 CEST 2015
Branch: refs/heads/master
Home: https://github.com/modula3/cm3
Commit: 57c90d6d9c6ea77300ed5c045754c9e45d419e63
https://github.com/modula3/cm3/commit/57c90d6d9c6ea77300ed5c045754c9e45d419e63
Author: jaykrell <jay.krell at cornell.edu>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
M scripts/python/boot2.sh
Log Message:
-----------
fix #! prefix so the file can be run
Commit: a41dffd810c066a3afdae6ef7e18f983133e6dca
https://github.com/modula3/cm3/commit/a41dffd810c066a3afdae6ef7e18f983133e6dca
Author: jaykrell <jay.krell at cornell.edu>
Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths:
M m3-sys/cminstall/src/config-no-install/Darwin.common
Log Message:
-----------
- use -g1 instead of -g to not crash on Darwin
- split SYSTEM_CC into SYSTEM_CC and SYSTEM_CC_LD
SYSTEM_CC is for compiling C++
SYSTEM_CC_LD is for linking, but using the C/C++ compiler
-x c++ is on the first only
Still have to port the fix for:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66509
which breaks assembling libm3
Compare: https://github.com/modula3/cm3/compare/6e1d2c208282...a41dffd810c0
More information about the M3commit
mailing list