mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
Remove CYGNUS LOCAL markers for Thumb port.
This commit is contained in:
parent
e924e1625c
commit
516548933b
@ -565,7 +565,7 @@ case "${target}" in
|
||||
arm-*-coff*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
;;
|
||||
thumb-*-coff) # CYGNUS LOCAL nickc/thumb
|
||||
thumb-*-coff)
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
;;
|
||||
thumb-*-pe) # CYGNUS LOCAL nickc/thumb
|
||||
@ -982,7 +982,7 @@ fi
|
||||
# can be created. At this point the main configure script has set CC.
|
||||
echo "int main () { return 0; }" > conftest.c
|
||||
${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
|
||||
if [ $? = 0 ] && [ -s conftest ]; then
|
||||
if [ $? = 0 ] && [ -s conftest -o -s conftest.exe ]; then
|
||||
:
|
||||
else
|
||||
echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
|
||||
|
Loading…
Reference in New Issue
Block a user