File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
"64bit" = { cpu = { bits = 64 ; } ; } ;
9
9
i686 = { cpu = cpuTypes . i686 ; } ;
10
10
x86_64 = { cpu = cpuTypes . x86_64 ; } ;
11
+ PowerPC = { cpu = cpuTypes . powerpc ; } ;
11
12
x86 = { cpu = { family = "x86" ; } ; } ;
12
13
Arm = { cpu = { family = "arm" ; } ; } ;
13
14
Mips = { cpu = { family = "mips" ; } ; } ;
Original file line number Diff line number Diff line change 44
44
i686 = { bits = 32 ; significantByte = littleEndian ; family = "x86" ; } ;
45
45
x86_64 = { bits = 64 ; significantByte = littleEndian ; family = "x86" ; } ;
46
46
mips64el = { bits = 32 ; significantByte = littleEndian ; family = "mips" ; } ;
47
- powerpc = { bits = 32 ; significantByte = bigEndian ; family = "powerpc " ; } ;
47
+ powerpc = { bits = 32 ; significantByte = bigEndian ; family = "power " ; } ;
48
48
} ;
49
49
50
50
isVendor = isType "vendor" ;
You can’t perform that action at this time.
0 commit comments