mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-24 10:00:07 +08:00
As suggested by Herman, move comment to the next line otherwise it incorrectly handles --config-bcheck=no --config-backtrace=no
This commit is contained in:
parent
313855c232
commit
750f0a3e3f
@ -29,7 +29,8 @@ endif
|
||||
ifeq ($(CONFIG_backtrace),no)
|
||||
SKIP += 112_backtrace.test
|
||||
SKIP += 113_btdll.test
|
||||
CONFIG_bcheck = no # no bcheck without backtrace
|
||||
CONFIG_bcheck = no
|
||||
# no bcheck without backtrace
|
||||
endif
|
||||
ifeq ($(CONFIG_bcheck),no)
|
||||
SKIP += 114_bound_signal.test
|
||||
|
Loading…
Reference in New Issue
Block a user