SHA256
1
0
forked from pool/acpica

- Make use of -in (Ignore NoOp opcodes/operators)

to avoid false positive errors during compliation/disassembling

OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=46
This commit is contained in:
2013-01-23 11:08:33 +00:00
committed by Git OBS Bridge
parent fa5702f095
commit e983b4b37c
2 changed files with 8 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ OUTPUT_DIR="$PWD"
VERBOSE=0
# Disable remarks and resource checks. The latter often/mostly generates
# false positive warnings. Can be overridden via -c option
COMPILE_OPTIONS="-sa -cr -vr"
DISASSEMBLE_OPTIONS=""
COMPILE_OPTIONS="-sa -cr -vr -in"
DISASSEMBLE_OPTIONS="-in"
OUTPUT="/dev/null"
ACPIDUMP=""
MUST_BE_ROOT=1