Commit e51512d6 authored by Claes Sjofors's avatar Claes Sjofors

pwrs, remove of opsys custom build reverted

parent 11d04ede
......@@ -48,6 +48,16 @@ SObject pwrs:Type
Attr PgmName = "OpSysEnum"
EndBody
!/**
! Operating is defined in CustomBuild
!*/
Object CustomBuild $Value
Body SysBody
Attr PgmName = "CustomBuild"
Attr Text = "CustomBuild"
Attr Value = 1
EndBody
EndObject
!/**
! Operating system is Linux on PowerPC
!*/
Object PPC_LINUX $Value
......
......@@ -51,6 +51,16 @@ SObject pwrs:Type
Attr PgmName = "OpSysMask"
EndBody
!/**
! Operating system is defined in CustomBuild
!*/
Object CustomBuild $Bit
Body SysBody
Attr PgmName = "CustomBuild"
Attr Text = "CustomBuild"
Attr Value = 1
EndBody
EndObject
!/**
! Operating system is Linux on PowerPC
!*/
Object PPC_LINUX $Bit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment