Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50345 Details for
Bug 80724
sqlite for xmingw
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for configure (let the cross-compiling work :)
configure.patch (text/plain), 4.38 KB, created by
Mateusz Klatt
on 2005-02-04 07:54:35 UTC
(
hide
)
Description:
patch for configure (let the cross-compiling work :)
Filename:
MIME Type:
Creator:
Mateusz Klatt
Created:
2005-02-04 07:54:35 UTC
Size:
4.38 KB
patch
obsolete
>--- configure 2004-02-29 16:18:31.000000000 +0100 >+++ configure.khadi 2005-02-03 22:05:16.891561648 +0100 >@@ -19150,12 +19150,12 @@ > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' > ac_compiler_gnu=$ac_cv_c_compiler_gnu > >- if test "$cross_compiling" = "yes"; then >- { { echo "$as_me:$LINENO: error: unable to find a compiler for building build tools" >&5 >-echo "$as_me: error: unable to find a compiler for building build tools" >&2;} >- { (exit 1); exit 1; }; } >- fi >- BUILD_CC=$CC >+# if test "$cross_compiling" = "yes"; then >+# { { echo "$as_me:$LINENO: error: unable to find a compiler for building build tools" >&5 >+#echo "$as_me: error: unable to find a compiler for building build tools" >&2;} >+# { (exit 1); exit 1; }; } >+# fi >+ BUILD_CC=gcc > default_build_cflags=$CFLAGS > else > BUILD_CC=$config_BUILD_CC >@@ -19191,7 +19191,7 @@ > if test "$config_TARGET_CC" != ""; then > TARGET_CC=$config_TARGET_CC > else >- TARGET_CC=$BUILD_CC >+ TARGET_CC=$CC > fi > echo "$as_me:$LINENO: result: $TARGET_CC" >&5 > echo "${ECHO_T}$TARGET_CC" >&6 >@@ -19475,7 +19475,7 @@ > if test "$cross" = "0"; then > TARGET_EXEEXT=$BUILD_EXEEXT > else >- TARGET_EXEEXT=$config_TARGET_EXEEXT >+ TARGET_EXEEXT=.exe > fi > if test "$TARGET_EXEEXT" = ".exe"; then > OS_UNIX=0 >@@ -19989,10 +19989,10 @@ > if eval "test \"\${$as_ac_File+set}\" = set"; then > echo $ECHO_N "(cached) $ECHO_C" >&6 > else >- test "$cross_compiling" = yes && >- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 >-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} >- { (exit 1); exit 1; }; } >+# test "$cross_compiling" = yes && >+# { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 >+#echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} >+# { (exit 1); exit 1; }; } > if test -r "$dir/include/tcl.h"; then > eval "$as_ac_File=yes" > else >@@ -20001,9 +20001,9 @@ > fi > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 > echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 >-if test `eval echo '${'$as_ac_File'}'` = yes; then >- found=yes >-fi >+#if test `eval echo '${'$as_ac_File'}'` = yes; then >+#found=yes >+#fi > > if test "$found" = "yes"; then > TARGET_TCL_INC="-I$dir/include" >@@ -20392,10 +20392,10 @@ > if eval "test \"\${$as_ac_File+set}\" = set"; then > echo $ECHO_N "(cached) $ECHO_C" >&6 > else >- test "$cross_compiling" = yes && >- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 >-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} >- { (exit 1); exit 1; }; } >+# test "$cross_compiling" = yes && >+# { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 >+#echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} >+# { (exit 1); exit 1; }; } > if test -r "$dir/include/readline.h"; then > eval "$as_ac_File=yes" > else >@@ -20404,9 +20404,9 @@ > fi > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 > echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 >-if test `eval echo '${'$as_ac_File'}'` = yes; then >- found=yes >-fi >+#if test `eval echo '${'$as_ac_File'}'` = yes; then >+# found=yes >+#fi > > if test "$found" = "yes"; then > TARGET_READLINE_INC="-I$dir/include" >@@ -20418,10 +20418,10 @@ > if eval "test \"\${$as_ac_File+set}\" = set"; then > echo $ECHO_N "(cached) $ECHO_C" >&6 > else >- test "$cross_compiling" = yes && >- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 >-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} >- { (exit 1); exit 1; }; } >+# test "$cross_compiling" = yes && >+# { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 >+#echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} >+# { (exit 1); exit 1; }; } > if test -r "$dir/include/readline/readline.h"; then > eval "$as_ac_File=yes" > else >@@ -20430,9 +20430,9 @@ > fi > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 > echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 >-if test `eval echo '${'$as_ac_File'}'` = yes; then >- found=yes >-fi >+#if test `eval echo '${'$as_ac_File'}'` = yes; then >+# found=yes >+#fi > > if test "$found" = "yes"; then > TARGET_READLINE_INC="-I$dir/include/readline"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 80724
:
50344
| 50345 |
50346