Skip to content

Commit 6db9dca

Browse files
authored
Merge pull request #175 from jayrm/mingw-w64-gcc-releases-1.07
Build release packages for mingw-w64 gcc 5.2.0, gcc 7.1.0, gcc 7.3.0, & gcc 8.1.0
2 parents 5573eb1 + fa8dba3 commit 6db9dca

35 files changed

+41011
-83
lines changed

changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Version 1.07.1
2+
3+
[changed]
4+
- fbc '-version' reports build date in yyyy-mm-dd format (aka build date iso)
5+
6+
[added]
7+
- extern "rtlib": respects the parent namespace, uses default fb calling convention and C style name mangling
8+
- __FB_BUILD_DATE_ISO__ intrinsic define to return fbc build date in 'yyyy-mm-dd' format
9+
- __FB_BUILD_SHA1__ intrinsic define to return the compiler's source code commit sha-1, (if known)
10+
- '-print sha-1' to print the compiler's source code commit sha-1, (if known)
11+
- makefile: 'FBSHA1=1' makefile configuration option to determine the current repo commit sha-1 from git
12+
- makefile: 'FBSHA1=some-sha-1' makefile configuration option to explicit set the repo commit sha-1
13+
- makefile: '-d FBSHA1="some-sha-1"' compiler option to set the value of '__FB_BUILD_SHA1__' when building fbc
14+
15+
[fixed]
16+
- makefile: under MSYS2 (and friends), TARGET_ARCH is now identified from shell's default target architecture instead of shell's host architecture
17+
18+
119
Version 1.07.0
220

321
[changed]

0 commit comments

Comments
 (0)