2018-09-02 23:07 UTC+0200 Aleksander Czajczynski (hb fki.pl)
* include/hbsetup.h
* changed to recognize ARM64 platform with modern GCC builds
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
Entries may not always be in chronological/commit order.
|
Entries may not always be in chronological/commit order.
|
||||||
See license at the end of file. */
|
See license at the end of file. */
|
||||||
|
|
||||||
|
2018-09-02 23:07 UTC+0200 Aleksander Czajczynski (hb fki.pl)
|
||||||
|
* include/hbsetup.h
|
||||||
|
* changed to recognize ARM64 platform with modern GCC builds
|
||||||
|
|
||||||
2018-06-04 01:30 UTC-0300 Lailton Fernando Mariano (lailton/at/harbour.com.br)
|
2018-06-04 01:30 UTC-0300 Lailton Fernando Mariano (lailton/at/harbour.com.br)
|
||||||
* contrib/hbexpat/3rd/expat/xmltok.c
|
* contrib/hbexpat/3rd/expat/xmltok.c
|
||||||
! fixed compiler error for BCC <= 5.8.2
|
! fixed compiler error for BCC <= 5.8.2
|
||||||
|
|||||||
0
contrib/hbexpat/3rd/expat/xmltok.c
Executable file → Normal file
0
contrib/hbexpat/3rd/expat/xmltok.c
Executable file → Normal file
@@ -151,7 +151,8 @@
|
|||||||
defined( __MINGW64__ )
|
defined( __MINGW64__ )
|
||||||
#define HB_CPU_X86_64
|
#define HB_CPU_X86_64
|
||||||
|
|
||||||
#elif defined( __arm64__ )
|
#elif defined( __arm64__ ) || \
|
||||||
|
defined( __aarch64__ )
|
||||||
#define HB_CPU_ARM_64
|
#define HB_CPU_ARM_64
|
||||||
|
|
||||||
#elif defined( __arm__ ) || \
|
#elif defined( __arm__ ) || \
|
||||||
|
|||||||
0
src/compiler/hbusage.c
Executable file → Normal file
0
src/compiler/hbusage.c
Executable file → Normal file
Reference in New Issue
Block a user