mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
Update for gdb-3.98.
This commit is contained in:
parent
11954bf11a
commit
92cd1aab08
@ -254,13 +254,17 @@ xm-vax.h
|
||||
|
||||
Do-last:
|
||||
|
||||
echo "Configuring GDB for host and target 'none', and making depend."
|
||||
echo >depend
|
||||
./config.gdb none
|
||||
echo "Configuring GDB for host and target 'none', and making alldeps.mak"
|
||||
echo "and depend."
|
||||
./configure none
|
||||
rm alldeps.mak
|
||||
make alldeps.mak
|
||||
./configure none
|
||||
rm depend
|
||||
make depend
|
||||
echo "Making GDB texinfo and info files"
|
||||
make gdb.info
|
||||
echo Done in `pwd`.
|
||||
./configure -rm none
|
||||
|
||||
# End of file.
|
||||
|
Loading…
Reference in New Issue
Block a user