This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] AndesTech NDS32 port


Yan-Ting Lin <currygt52@gmail.com> writes:

> diff --git a/configure b/configure
> index 35f231e..67f71fa 100755
> --- a/configure
> +++ b/configure
> @@ -3938,7 +3938,7 @@ case "${target}" in
>      noconfigdirs="$noconfigdirs gprof"
>      ;;
>    nds32*-*-*)
> -    noconfigdirs="$noconfigdirs gdb"
> +    noconfigdirs="$noconfigdirs"
>      ;;
>    nvptx*-*-*)
>      noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
> diff --git a/configure.ac b/configure.ac
> index 74bf58a..f7427b5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1274,7 +1274,7 @@ case "${target}" in
>      noconfigdirs="$noconfigdirs gprof"
>      ;;
>    nds32*-*-*)
> -    noconfigdirs="$noconfigdirs gdb"
> +    noconfigdirs="$noconfigdirs"
>      ;;
>    nvptx*-*-*)
>      noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"

top-level configure changes should be submitted to gcc-patches list.
Once it is approved there, you can commit it to gcc repository and sync
configure and configure.ac to binutils-gdb repository.

-- 
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]