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:
Aleksander Czajczynski
2018-09-02 23:09:29 +02:00
parent 068a923d6f
commit de1d478d2c
4 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
Entries may not always be in chronological/commit order.
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)
* contrib/hbexpat/3rd/expat/xmltok.c
! fixed compiler error for BCC <= 5.8.2

0
contrib/hbexpat/3rd/expat/xmltok.c Executable file → Normal file
View File

View File

@@ -151,7 +151,8 @@
defined( __MINGW64__ )
#define HB_CPU_X86_64
#elif defined( __arm64__ )
#elif defined( __arm64__ ) || \
defined( __aarch64__ )
#define HB_CPU_ARM_64
#elif defined( __arm__ ) || \

0
src/compiler/hbusage.c Executable file → Normal file
View File