File: std64.lnt

package info (click to toggle)
acpica-unix 20140926-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 31,916 kB
  • ctags: 13,890
  • sloc: ansic: 136,284; sh: 4,244; yacc: 3,217; makefile: 1,493; lex: 939
file content (18 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//  Generic Compilers, -si4 -sl4 -sp8
//  Standard lint options

-dACPI_MACHINE_WIDTH=64

-e747	// Compiler supports parameter conversions
-e46    // Compiler supports bitfields other than int
-d_IA64
-dWIN64
-d_WIN64
-d_MAC
+fll            // enable long long

-si4 -sl4 -sp8 -sll8

co.lnt
options.lnt