[rtems-crossrpms commit] Add x86_64-pc-cygwin.

Ralf Corsepius ralf at rtems.org
Thu Jan 30 18:03:14 UTC 2014


Module:    rtems-crossrpms
Branch:    master
Commit:    191b696ebcf9bf7d832a52bc100a7343e06295fc
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=191b696ebcf9bf7d832a52bc100a7343e06295fc

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Wed Dec 11 05:37:29 2013 +0100

Add x86_64-pc-cygwin.

---

 configure          |    3 +++
 configure.ac       |    1 +
 cygwin/Makefile.am |    2 +-
 cygwin/Makefile.in |    2 +-
 4 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 079aeb7..16cbef4 100755
--- a/configure
+++ b/configure
@@ -2517,6 +2517,8 @@ ac_config_files="$ac_config_files cygwin/Makefile"
 
 ac_config_files="$ac_config_files cygwin/i686/Makefile"
 
+ac_config_files="$ac_config_files cygwin/x86_64/Makefile"
+
 
 ac_config_files="$ac_config_files mingw32/Makefile"
 
@@ -3316,6 +3318,7 @@ do
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "cygwin/Makefile") CONFIG_FILES="$CONFIG_FILES cygwin/Makefile" ;;
     "cygwin/i686/Makefile") CONFIG_FILES="$CONFIG_FILES cygwin/i686/Makefile" ;;
+    "cygwin/x86_64/Makefile") CONFIG_FILES="$CONFIG_FILES cygwin/x86_64/Makefile" ;;
     "mingw32/Makefile") CONFIG_FILES="$CONFIG_FILES mingw32/Makefile" ;;
     "mingw32/i686/Makefile") CONFIG_FILES="$CONFIG_FILES mingw32/i686/Makefile" ;;
     "mingw32/x86_64/Makefile") CONFIG_FILES="$CONFIG_FILES mingw32/x86_64/Makefile" ;;
diff --git a/configure.ac b/configure.ac
index d0f515e..d404339 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,6 +109,7 @@ AC_CONFIG_FILES([Makefile])
 
 AC_CONFIG_FILES([cygwin/Makefile])
 AC_CONFIG_FILES([cygwin/i686/Makefile])
+AC_CONFIG_FILES([cygwin/x86_64/Makefile])
 
 AC_CONFIG_FILES([mingw32/Makefile])
 AC_CONFIG_FILES([mingw32/i686/Makefile])
diff --git a/cygwin/Makefile.am b/cygwin/Makefile.am
index 7a0e3db..d8a8fd7 100644
--- a/cygwin/Makefile.am
+++ b/cygwin/Makefile.am
@@ -1 +1 @@
-SUBDIRS = i686
+SUBDIRS = i686 x86_64
diff --git a/cygwin/Makefile.in b/cygwin/Makefile.in
index a15bf1e..eba923e 100644
--- a/cygwin/Makefile.in
+++ b/cygwin/Makefile.in
@@ -254,7 +254,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = i686
+SUBDIRS = i686 x86_64
 all: all-recursive
 
 .SUFFIXES:




More information about the vc mailing list