[PATCH] x86_64 compiling (fixed message)

2005-08-08 Thread Ruslan Nikolaev
I'm sorry... Previous message contains patch w/o new lines. PATCH: diff -urN old/configure.ac new/configure.ac --- old/configure.ac 2005-08-08 19:08:41.0 + +++ new/configure.ac 2005-08-09 01:25:14.135290880 + @@ -22,16 +22,27 @@ case "$host_cpu" in i[[3456]]86) host_cpu=i386 ;; + x

Re: [PATCH] x86_64 compiling

2005-08-08 Thread Yoshinori K. Okuji
On Tuesday 09 August 2005 00:27, Ruslan Nikolaev wrote: > Hi all! I recently made patch for x86_64 compiling support. It seems to > be working (I've tested it with chain loading). Please note that CC_ARCH > is keeped just for passing it to BUILD_CC because CC is overrided for > amd64. Also it creat

[PATCH] x86_64 compiling

2005-08-08 Thread Ruslan Nikolaev
Hi all! I recently made patch for x86_64 compiling support. It seems to be working (I've tested it with chain loading). Please note that CC_ARCH is keeped just for passing it to BUILD_CC because CC is overrided for amd64. Also it creates links to i386 specific headers and config files during confi