forked from Imagelibrary/binutils-gdb
config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-04-14 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
|
||||||
|
undefined.
|
||||||
|
|
||||||
2009-04-13 David Daney <ddaney@caviumnetworks.com>
|
2009-04-13 David Daney <ddaney@caviumnetworks.com>
|
||||||
|
|
||||||
* infrun.c (maybe_software_singlestep): New function.
|
* infrun.c (maybe_software_singlestep): New function.
|
||||||
|
|||||||
@@ -155,6 +155,10 @@ export am_cv_exeext=.exe
|
|||||||
# need all that crap. Assuming that the environment size is less
|
# need all that crap. Assuming that the environment size is less
|
||||||
# than 4KB, we can afford 12KB of command-line arguments.
|
# than 4KB, we can afford 12KB of command-line arguments.
|
||||||
export lt_cv_sys_max_cmd_len=12288
|
export lt_cv_sys_max_cmd_len=12288
|
||||||
|
# Force depcomp to use _deps rather than .deps as the name of the
|
||||||
|
# subdirectory where the *.Po dependency files are put. File names
|
||||||
|
# with leading dots are invalid on DOS 8+3 filesystems.
|
||||||
|
export DEPDIR=${DEPDIR:-_deps}
|
||||||
|
|
||||||
# The configure script needs to see the `install-sh' script, otherwise
|
# The configure script needs to see the `install-sh' script, otherwise
|
||||||
# it decides the source installation is broken. But "make install" will
|
# it decides the source installation is broken. But "make install" will
|
||||||
|
|||||||
Reference in New Issue
Block a user