repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation fix, cleanup.
[AROS.git]
/
arch
/
all-pc
/
acpica
/
generate
/
lint
/
std64.lnt
blob
441c9756a3a117560526260c0fa4759a51921c41
1
// Generic Compilers, -si4 -sl4 -sp8
2
// Standard lint options
3
4
-dACPI_MACHINE_WIDTH=64
5
6
-e747 // Compiler supports parameter conversions
7
-e46 // Compiler supports bitfields other than int
8
-d_IA64
9
-dWIN64
10
-d_WIN64
11
-d_MAC
12
+fll // enable long long
13
14
-si4 -sl4 -sp8 -sll8
15
16
co.lnt
17
options.lnt
18