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] Added file properties to windows gdb executable for all mingw32 builds.


> Date: Thu, 22 Aug 2013 20:24:20 +0100
> From: Pedro Alves <palves@redhat.com>
> CC: Bernd Bunk <bernd.bunk@intel.com>, tromey@redhat.com,        gdb-patches@sourceware.org
> 
> On 08/22/2013 04:09 PM, Eli Zaretskii wrote:
> 
> > The GNU project doesn't like calling Windows a "win", so I suggest to
> > rename the files and the script to use something like mingw instead.
> 
> I'd think this works just as well on Cygwin binaries?

Not as submitted:

> +# If we build for mingw32/Windows, then also build file properties
> +# for GDB executable.
> +case $host_os in
> +  *mingw32*)
> +    CONFIG_OBS="$CONFIG_OBS win_exe_properties.o"
> +    ;;
> +esac


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