|
@@ -483,7 +483,8 @@ check_toolchain_ssp = \
|
|
#
|
|
#
|
|
gen_gdbinit_file = \
|
|
gen_gdbinit_file = \
|
|
mkdir -p $(STAGING_DIR)/usr/share/buildroot/ ; \
|
|
mkdir -p $(STAGING_DIR)/usr/share/buildroot/ ; \
|
|
- echo "set sysroot $(STAGING_DIR)" > $(STAGING_DIR)/usr/share/buildroot/gdbinit
|
|
|
|
|
|
+ echo "set sysroot $(STAGING_DIR)" > $(STAGING_DIR)/usr/share/buildroot/gdbinit ; \
|
|
|
|
+ echo "add-auto-load-safe-path $(STAGING_DIR)" >> $(STAGING_DIR)/usr/share/buildroot/gdbinit
|
|
|
|
|
|
# Given a path, determine the relative prefix (../) needed to return to the
|
|
# Given a path, determine the relative prefix (../) needed to return to the
|
|
# root level. Note that the last component is treated as a file component; use a
|
|
# root level. Note that the last component is treated as a file component; use a
|