]> sourceware.org Git - newlib-cygwin.git/commitdiff
* Makefile.in, configure.in, mkvers.sh: Revert accidental checkin from
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 9 Jul 2012 09:00:56 +0000 (09:00 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 9 Jul 2012 09:00:56 +0000 (09:00 +0000)
2012-07-06.

winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/configure.in
winsup/cygwin/mkvers.sh

index 9cd0cb5f47780c3c69adbdd7a8828450a1715fa7..604651f53753304207cb9fed2c859993b2c125e0 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-08  Corinna Vinschen  <corinna@vinschen.de>
+
+       * Makefile.in, configure.in, mkvers.sh: Revert accidental checkin from
+       2012-07-06.
+
 2012-07-07  Christopher Faylor  <me.cygwin2012@cgf.cx>
 
        * Makefile.in: Change mingw_lib (temporarily?) back to w32api_lib.
index fb68c5e436b758afde4eea6022ecb7f665905cde..494314be86e81a58c3c94cfd6ae627bc5239974c 100644 (file)
@@ -17,6 +17,7 @@ CC:=@CC@
 CC_FOR_TARGET:=$(CC)
 srcdir:=@srcdir@
 CONFIG_DIR:=$(srcdir)/config/@CONFIG_DIR@
+include ${srcdir}/../Makefile.common
 
 SHELL:=@SHELL@
 objdir:=.
@@ -28,8 +29,6 @@ build_alias:=@build_alias@
 host_alias:=@host_alias@
 prefix:=@prefix@
 
-include ${srcdir}/../Makefile.common
-
 program_transform_name:=@program_transform_name@
 exec_prefix:=@exec_prefix@
 bindir:=@bindir@
index bdece563b4ecc5b34f346f9d4329c712c84ad090..3ac092f57215effafa9fb1fe2c9e36de887884e7 100644 (file)
@@ -80,10 +80,6 @@ case "$target_cpu" in
                DEF_DLL_ENTRY="dll_entry@12"
                ALLOCA="_alloca"
                CONFIG_DIR="i386"  ;;
-   x86_64) DLL_ENTRY="_dll_entry@12"
-               DEF_DLL_ENTRY="dll_entry@12"
-               ALLOCA="_alloca"
-               CONFIG_DIR="x86_64"  ;;
    *)          AC_MSG_ERROR(Invalid target processor \"$target_cpu\") ;;
 esac
 
index 18ba3b64a3791075e8d058221e26d65cba8d0082..aa3903bb24e766de037340c03e8bcd1ea30a4769 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # mkvers.sh - Make version information for cygwin DLL
 #
 #   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2010 Red Hat, Inc.
@@ -149,9 +149,6 @@ if [ -n "$cvs_tag" ]; then
     cygwin_ver="$cygwin_ver-$cvs_tag"
 fi
 
-compiler=$(echo "$windres" | sed -e 's/windres/gcc/')
-cpu=$("$compiler" -dumpmachine | sed -e 's/\([^-]*\).*/\1/')
-
 echo "Version $cygwin_ver"
 set -$- $builddate
-$windres --include-dir /usr/$cpu-w64-mingw32/sys-root/mingw/include --include-dir $dir/include --define CYGWIN_BUILD_DATE="$1" --define CYGWIN_BUILD_TIME="$2" --define CYGWIN_VERSION='"'"$cygwin_ver"'"' $rcfile winver.o
+$windres --include-dir $dir/../w32api/include --include-dir $dir/include --define CYGWIN_BUILD_DATE="$1" --define CYGWIN_BUILD_TIME="$2" --define CYGWIN_VERSION='"'"$cygwin_ver"'"' $rcfile winver.o
This page took 0.037349 seconds and 5 git commands to generate.