* [gentoo-commits] gentoo commit in src/patchsets/mico/2.3.13: 100_x86-winnt_parity.patch
@ 2011-05-26 9:13 Michael Haubenwallner (haubi)
0 siblings, 0 replies; only message in thread
From: Michael Haubenwallner (haubi) @ 2011-05-26 9:13 UTC (permalink / raw
To: gentoo-commits
haubi 11/05/26 09:13:16
Modified: 100_x86-winnt_parity.patch
Log:
not patching autoconf-generated any more (need eautoreconf in ebuild)
Revision Changes Path
1.2 src/patchsets/mico/2.3.13/100_x86-winnt_parity.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/100_x86-winnt_parity.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/100_x86-winnt_parity.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/100_x86-winnt_parity.patch?r1=1.1&r2=1.2
Index: 100_x86-winnt_parity.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/mico/2.3.13/100_x86-winnt_parity.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 100_x86-winnt_parity.patch 16 Aug 2010 15:07:30 -0000 1.1
+++ 100_x86-winnt_parity.patch 26 May 2011 09:13:16 -0000 1.2
@@ -1,4 +1,4 @@
-Support using 'parity to compile on windows.
+Support using parity to compile on windows.
diff -ru mico.orig/MakeVars.in mico/MakeVars.in
--- mico.orig/MakeVars.in 2008-09-19 15:16:50 +0200
+++ mico/MakeVars.in 2008-09-19 14:52:24 +0200
@@ -203,1157 +203,6 @@
endif
endif
-diff -ru mico.orig/configure mico/configure
---- mico.orig/configure 2008-09-19 15:16:50 +0200
-+++ mico/configure 2008-09-19 15:17:32 +0200
-@@ -118,6 +118,11 @@
- ac_help="$ac_help
- --with-x use the X Window System"
-
-+case `uname` in
-+Interix) flip="flip -u" ;;
-+*) flip="cat" ;;
-+esac
-+
- # Initialize some variables set by options.
- # The variables have the same names as the options, with
- # dashes changed to underlines.
-@@ -1521,7 +1526,7 @@
- #line 1522 "configure"
- #include "confdefs.h"
-
--main(){return(0);}
-+int main(){return(0);}
- EOF
- if { (eval echo configure:1527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- ac_cv_prog_cc_works=yes
-@@ -1932,16 +1937,16 @@
- ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
- cross_compiling=$ac_cv_prog_cxx_cross
-
--
- echo $ac_n "checking OS Type""... $ac_c" 1>&6
- echo "configure:1938: checking OS Type" >&5
- gxxversion=`$CXX -v 2>&1`
- case $gxxversion in
--*mingw*special*)
-+*mingw*special*|*parity*)
- #
- # This is the MinGW compiler in a Cygwin environment
- #
- OSTYPE=windows
-+ case $gxxversion in *parity*) SUBOSTYPE=parity ;; esac
- RMPROG="rm -f"
- LNPROG="cp"
- ;;
-@@ -3651,6 +3656,9 @@
- CFLAGS="$CFLAGS -h command -h new_for_init"
- CXXFLAGS="$CXXFLAGS -h command -h new_for_init"
- ;;
-+ *-winnt*)
-+ LDCONFIG="echo ldconfig not run on windows"
-+ ;;
- *)
- echo
- echo
-@@ -7916,7 +7924,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -7926,7 +7934,7 @@
- EOF
- if { (eval echo configure:7928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_char=`cat conftestval`
-+ ac_cv_sizeof_unsigned_char=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -7958,7 +7966,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -7968,7 +7976,7 @@
- EOF
- if { (eval echo configure:7970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_int=`cat conftestval`
-+ ac_cv_sizeof_int=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8000,7 +8008,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8010,7 +8018,7 @@
- EOF
- if { (eval echo configure:8012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_int=`cat conftestval`
-+ ac_cv_sizeof_unsigned_int=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8042,7 +8050,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8052,7 +8060,7 @@
- EOF
- if { (eval echo configure:8054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long=`cat conftestval`
-+ ac_cv_sizeof_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8084,7 +8092,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8094,7 +8102,7 @@
- EOF
- if { (eval echo configure:8096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_long=`cat conftestval`
-+ ac_cv_sizeof_unsigned_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8126,7 +8134,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8136,7 +8144,7 @@
- EOF
- if { (eval echo configure:8138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long_long=`cat conftestval`
-+ ac_cv_sizeof_long_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8168,7 +8176,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8178,7 +8186,7 @@
- EOF
- if { (eval echo configure:8180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_long_long=`cat conftestval`
-+ ac_cv_sizeof_unsigned_long_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8210,7 +8218,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8220,7 +8228,7 @@
- EOF
- if { (eval echo configure:8222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_short=`cat conftestval`
-+ ac_cv_sizeof_short=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8252,7 +8260,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8262,7 +8270,7 @@
- EOF
- if { (eval echo configure:8264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_short=`cat conftestval`
-+ ac_cv_sizeof_unsigned_short=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8294,7 +8302,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8304,7 +8312,7 @@
- EOF
- if { (eval echo configure:8306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_float=`cat conftestval`
-+ ac_cv_sizeof_float=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8336,7 +8344,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8346,7 +8354,7 @@
- EOF
- if { (eval echo configure:8348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_double=`cat conftestval`
-+ ac_cv_sizeof_double=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8378,7 +8386,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8388,7 +8396,7 @@
- EOF
- if { (eval echo configure:8390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long_double=`cat conftestval`
-+ ac_cv_sizeof_long_double=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8422,7 +8430,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8432,7 +8440,7 @@
- EOF
- if { (eval echo configure:8434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_char=`cat conftestval`
-+ ac_cv_sizeof_unsigned_char=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8464,7 +8472,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8474,7 +8482,7 @@
- EOF
- if { (eval echo configure:8476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_int=`cat conftestval`
-+ ac_cv_sizeof_int=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8506,7 +8514,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8516,7 +8524,7 @@
- EOF
- if { (eval echo configure:8518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_int=`cat conftestval`
-+ ac_cv_sizeof_unsigned_int=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8548,7 +8556,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8558,7 +8566,7 @@
- EOF
- if { (eval echo configure:8560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long=`cat conftestval`
-+ ac_cv_sizeof_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8590,7 +8598,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8600,7 +8608,7 @@
- EOF
- if { (eval echo configure:8602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_long=`cat conftestval`
-+ ac_cv_sizeof_unsigned_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8632,7 +8640,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8642,7 +8650,7 @@
- EOF
- if { (eval echo configure:8644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long_long=`cat conftestval`
-+ ac_cv_sizeof_long_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8674,7 +8682,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8684,7 +8692,7 @@
- EOF
- if { (eval echo configure:8686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_long_long=`cat conftestval`
-+ ac_cv_sizeof_unsigned_long_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8716,7 +8724,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8726,7 +8734,7 @@
- EOF
- if { (eval echo configure:8728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_short=`cat conftestval`
-+ ac_cv_sizeof_short=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8758,7 +8766,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8768,7 +8776,7 @@
- EOF
- if { (eval echo configure:8770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_short=`cat conftestval`
-+ ac_cv_sizeof_unsigned_short=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8800,7 +8808,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8810,7 +8818,7 @@
- EOF
- if { (eval echo configure:8812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_float=`cat conftestval`
-+ ac_cv_sizeof_float=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8842,7 +8850,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8852,7 +8860,7 @@
- EOF
- if { (eval echo configure:8854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_double=`cat conftestval`
-+ ac_cv_sizeof_double=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8884,7 +8892,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8894,7 +8902,7 @@
- EOF
- if { (eval echo configure:8896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long_double=`cat conftestval`
-+ ac_cv_sizeof_long_double=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8928,7 +8936,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8938,7 +8946,7 @@
- EOF
- if { (eval echo configure:8940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_char=`cat conftestval`
-+ ac_cv_sizeof_unsigned_char=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -8970,7 +8978,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -8980,7 +8988,7 @@
- EOF
- if { (eval echo configure:8982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_int=`cat conftestval`
-+ ac_cv_sizeof_int=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9012,7 +9020,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9022,7 +9030,7 @@
- EOF
- if { (eval echo configure:9024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_int=`cat conftestval`
-+ ac_cv_sizeof_unsigned_int=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9054,7 +9062,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9064,7 +9072,7 @@
- EOF
- if { (eval echo configure:9066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long=`cat conftestval`
-+ ac_cv_sizeof_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9096,7 +9104,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9106,7 +9114,7 @@
- EOF
- if { (eval echo configure:9108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_long=`cat conftestval`
-+ ac_cv_sizeof_unsigned_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9138,7 +9146,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9148,7 +9156,7 @@
- EOF
- if { (eval echo configure:9150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long_long=`cat conftestval`
-+ ac_cv_sizeof_long_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9180,7 +9188,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9190,7 +9198,7 @@
- EOF
- if { (eval echo configure:9192: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_long_long=`cat conftestval`
-+ ac_cv_sizeof_unsigned_long_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9222,7 +9230,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9232,7 +9240,7 @@
- EOF
- if { (eval echo configure:9234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_short=`cat conftestval`
-+ ac_cv_sizeof_short=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9264,7 +9272,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9274,7 +9282,7 @@
- EOF
- if { (eval echo configure:9276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_short=`cat conftestval`
-+ ac_cv_sizeof_unsigned_short=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9306,7 +9314,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9316,7 +9324,7 @@
- EOF
- if { (eval echo configure:9318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_float=`cat conftestval`
-+ ac_cv_sizeof_float=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9348,7 +9356,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9358,7 +9366,7 @@
- EOF
- if { (eval echo configure:9360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_double=`cat conftestval`
-+ ac_cv_sizeof_double=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9390,7 +9398,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9400,7 +9408,7 @@
- EOF
- if { (eval echo configure:9402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long_double=`cat conftestval`
-+ ac_cv_sizeof_long_double=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9434,7 +9442,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9444,7 +9452,7 @@
- EOF
- if { (eval echo configure:9446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_char=`cat conftestval`
-+ ac_cv_sizeof_unsigned_char=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9476,7 +9484,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9486,7 +9494,7 @@
- EOF
- if { (eval echo configure:9488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_int=`cat conftestval`
-+ ac_cv_sizeof_int=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9518,7 +9526,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9528,7 +9536,7 @@
- EOF
- if { (eval echo configure:9530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_int=`cat conftestval`
-+ ac_cv_sizeof_unsigned_int=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9560,7 +9568,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9570,7 +9578,7 @@
- EOF
- if { (eval echo configure:9572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long=`cat conftestval`
-+ ac_cv_sizeof_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9602,7 +9610,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9612,7 +9620,7 @@
- EOF
- if { (eval echo configure:9614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_long=`cat conftestval`
-+ ac_cv_sizeof_unsigned_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9644,7 +9652,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9654,7 +9662,7 @@
- EOF
- if { (eval echo configure:9656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long_long=`cat conftestval`
-+ ac_cv_sizeof_long_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9686,7 +9694,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9696,7 +9704,7 @@
- EOF
- if { (eval echo configure:9698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_long_long=`cat conftestval`
-+ ac_cv_sizeof_unsigned_long_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9728,7 +9736,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9738,7 +9746,7 @@
- EOF
- if { (eval echo configure:9740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_short=`cat conftestval`
-+ ac_cv_sizeof_short=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9770,7 +9778,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9780,7 +9788,7 @@
- EOF
- if { (eval echo configure:9782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_short=`cat conftestval`
-+ ac_cv_sizeof_unsigned_short=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9812,7 +9820,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9822,7 +9830,7 @@
- EOF
- if { (eval echo configure:9824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_float=`cat conftestval`
-+ ac_cv_sizeof_float=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9854,7 +9862,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9864,7 +9872,7 @@
- EOF
- if { (eval echo configure:9866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_double=`cat conftestval`
-+ ac_cv_sizeof_double=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9896,7 +9904,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9906,7 +9914,7 @@
- EOF
- if { (eval echo configure:9908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long_double=`cat conftestval`
-+ ac_cv_sizeof_long_double=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9950,7 +9958,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -9960,7 +9968,7 @@
- EOF
- if { (eval echo configure:9962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_char=`cat conftestval`
-+ ac_cv_sizeof_unsigned_char=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -9992,7 +10000,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -10002,7 +10010,7 @@
- EOF
- if { (eval echo configure:10004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_int=`cat conftestval`
-+ ac_cv_sizeof_int=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -10034,7 +10042,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -10044,7 +10052,7 @@
- EOF
- if { (eval echo configure:10046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_int=`cat conftestval`
-+ ac_cv_sizeof_unsigned_int=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -10076,7 +10084,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -10086,7 +10094,7 @@
- EOF
- if { (eval echo configure:10088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long=`cat conftestval`
-+ ac_cv_sizeof_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -10118,7 +10126,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -10128,7 +10136,7 @@
- EOF
- if { (eval echo configure:10130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_long=`cat conftestval`
-+ ac_cv_sizeof_unsigned_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -10160,7 +10168,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -10170,7 +10178,7 @@
- EOF
- if { (eval echo configure:10172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long_long=`cat conftestval`
-+ ac_cv_sizeof_long_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -10202,7 +10210,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -10212,7 +10220,7 @@
- EOF
- if { (eval echo configure:10214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_long_long=`cat conftestval`
-+ ac_cv_sizeof_unsigned_long_long=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -10244,7 +10252,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -10254,7 +10262,7 @@
- EOF
- if { (eval echo configure:10256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_short=`cat conftestval`
-+ ac_cv_sizeof_short=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -10286,7 +10294,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -10296,7 +10304,7 @@
- EOF
- if { (eval echo configure:10298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_unsigned_short=`cat conftestval`
-+ ac_cv_sizeof_unsigned_short=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -10328,7 +10336,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -10338,7 +10346,7 @@
- EOF
- if { (eval echo configure:10340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_float=`cat conftestval`
-+ ac_cv_sizeof_float=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -10370,7 +10378,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -10380,7 +10388,7 @@
- EOF
- if { (eval echo configure:10382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_double=`cat conftestval`
-+ ac_cv_sizeof_double=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -10412,7 +10420,7 @@
- #include <stdlib.h>
- #endif
- #include <stdio.h>
--main()
-+int main()
- {
- FILE *f=fopen("conftestval", "w");
- if (!f) exit(1);
-@@ -10422,7 +10430,7 @@
- EOF
- if { (eval echo configure:10424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-- ac_cv_sizeof_long_double=`cat conftestval`
-+ ac_cv_sizeof_long_double=`cat conftestval | $flip`
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -11917,8 +11925,7 @@
- #include <stdlib.h>
- #endif
-
--int
--main()
-+int main()
- {
- #define OPENSSL_THREAD_DEFINES
- #undef THREADS
-@@ -12321,6 +12328,7 @@
- s%@CXX@%$CXX%g
- s%@CXXCPP@%$CXXCPP%g
- s%@OSTYPE@%$OSTYPE%g
-+s%@SUBOSTYPE@%$SUBOSTYPE%g
- s%@RMPROG@%$RMPROG%g
- s%@LNPROG@%$LNPROG%g
- s%@EXTRA_LIBS@%$EXTRA_LIBS%g
diff -ru mico.orig/configure.in mico/configure.in
--- mico.orig/configure.in 2008-09-19 15:16:50 +0200
+++ mico/configure.in 2008-09-19 14:52:24 +0200
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-26 9:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 9:13 [gentoo-commits] gentoo commit in src/patchsets/mico/2.3.13: 100_x86-winnt_parity.patch Michael Haubenwallner (haubi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox