This commit is contained in:
Willy-JL
2024-02-12 03:16:30 +00:00
37 changed files with 236 additions and 159 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
def generate(env):
env.SetDefault(
GDB="gdb",
GDBPY="gdb-py",
GDBPY="gdb-py3",
GDBCOM="$GDB $GDBOPTS $SOURCES", # no $TARGET
GDBPYCOM="$GDBPY $GDBOPTS $GDBPYOPTS $SOURCES", # no $TARGET
)