mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-24 14:48:53 +00:00
Cleanup config.make.in
This commit is contained in:
parent
c4eb5b1192
commit
5dd6aee069
1 changed files with 0 additions and 10 deletions
|
@ -154,16 +154,6 @@ LEX = lex
|
|||
CHOWN = chown
|
||||
STRIP = strip
|
||||
|
||||
# The Windows MSVC toolchain does not support debugging via the default
|
||||
# debugger gdb, this is why lldb is used instead.
|
||||
# 1. gdb can't read MSVC-compiled executables
|
||||
# 2. gdb is distributed with an MinGW environment
|
||||
ifeq (@target_os@,windows)
|
||||
DEBUGGER = lldb
|
||||
else
|
||||
DEBUGGER = gdb
|
||||
endif
|
||||
|
||||
INSTALL = @HOST_INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
|
Loading…
Reference in a new issue