mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 21:40:38 +00:00
* configure.in: Only configure sparclite subdir when target_cpu
is sparclite.
This commit is contained in:
parent
13998f7ee9
commit
41faa7759d
@ -1,3 +1,8 @@
|
||||
Wed Apr 7 15:52:11 1993 Stu Grossman (grossman@cygnus.com)
|
||||
|
||||
* configure.in: Only configure sparclite subdir when target_cpu
|
||||
is sparclite.
|
||||
|
||||
Wed Apr 7 10:11:22 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||
|
||||
* xcoffread.c (struct coff_symbol): Change c_sclass to unsigned char.
|
||||
|
@ -1,4 +1,4 @@
|
||||
configdirs="doc testsuite sparclite"
|
||||
configdirs="doc testsuite"
|
||||
srcname="GDB"
|
||||
srctrigger=main.c
|
||||
gdb_serial_driver=ser-unix.c
|
||||
@ -307,6 +307,10 @@ else
|
||||
links="${links} nm.h"
|
||||
fi
|
||||
|
||||
if [ ${target_cpu} = "sparclite" ]; then
|
||||
configdirs="${configdirs} sparclite"
|
||||
fi
|
||||
|
||||
# post-target:
|
||||
|
||||
case ${srcdir} in
|
||||
|
Loading…
Reference in New Issue
Block a user