Skip to content

Commit 3cb40d9

Browse files
committed
Merge pull request #19 from leffmann/master
Guarantee 64-bit types for VBCC compilation
2 parents 0bab2e9 + 0af4d25 commit 3cb40d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain-m68k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def build_vbcc():
117117
'n', 'y', 'unsigned short',
118118
'n', 'y', 'signed int',
119119
'n', 'y', 'unsigned int',
120-
'n', 'y', 'signed long',
121-
'n', 'y', 'unsigned long',
120+
'n', 'y', 'signed long long',
121+
'n', 'y', 'unsigned long long',
122122
'n', 'y', 'float',
123123
'n', 'y', 'double')
124124
make('vbcc', TARGET='m68k', ETCDIR='\\"{target}/etc/\\"', CONFIG=config)

0 commit comments

Comments
 (0)