From: ebotcazou Date: Sun, 6 May 2012 09:27:25 +0000 (+0000) Subject: gcc/ada/ X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=991a22c0c2f39f1fd4ef53cc976fcafde42f045a gcc/ada/ Revert 2012-02-24 Dave Korn * gcc-interface/Makefile.in (WIN_SO_PREFIX [windows targets]): New Windows-specific make variable. (WIN_SO_INSTALL_DIR [windows targets]): Likewise. (install-gnatlib): Respect the above during installation when set, and also install any windows import library that has been built. (gnatlib-shared-win32): Use WIN_SO_PREFIX to name output DLL and also build a corresponding import library. libada/ Revert 2012-02-24 Dave Korn * Makefile.in (bindir): Import from autoconf and pass down to submake. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@187205 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 80b2439c0a5..ddbaff1c28f 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,16 @@ +2012-05-06 Pascal Obry + + Revert + 2012-02-24 Dave Korn + + * gcc-interface/Makefile.in (WIN_SO_PREFIX [windows targets]): New + Windows-specific make variable. + (WIN_SO_INSTALL_DIR [windows targets]): Likewise. + (install-gnatlib): Respect the above during installation when set, + and also install any windows import library that has been built. + (gnatlib-shared-win32): Use WIN_SO_PREFIX to name output DLL and also + build a corresponding import library. + 2012-04-30 Eric Botcazou * gcc-interface/utils.c (finish_record_type): Force the traditional GCC diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 5fa6ffa0702..72569032a10 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -1589,19 +1589,16 @@ ifeq ($(strip $(filter-out cygwin% mingw32% pe,$(osys))),) # the Cygwin port has always been a CygMing frankenhybrid and it is # a long-term project to disentangle them. ifeq ($(strip $(filter-out cygwin%,$(osys))),) - WIN_SO_PREFIX=cyg LIBGNAT_TARGET_PAIRS = \ s-memory.adb + + Revert + 2012-02-24 Dave Korn + + * Makefile.in (bindir): Import from autoconf and pass down to submake. + 2012-03-22 Release Manager * GCC 4.7.0 released. diff --git a/libada/Makefile.in b/libada/Makefile.in index 36cf5ad5e5a..5389dd005de 100644 --- a/libada/Makefile.in +++ b/libada/Makefile.in @@ -33,7 +33,6 @@ MULTICLEAN = true SHELL = @SHELL@ srcdir = @srcdir@ libdir = @libdir@ -bindir = @bindir@ build = @build@ target = @target@ prefix = @prefix@ @@ -84,7 +83,6 @@ LIBADA_FLAGS_TO_PASS = \ "TRACE=$(TRACE)" \ "MULTISUBDIR=$(MULTISUBDIR)" \ "libsubdir=$(libsubdir)" \ - "bindir=$(bindir)" \ "objext=$(objext)" \ "prefix=$(prefix)" \ "exeext=.exeext.should.not.be.used " \