tool/winebuild: FreeBSD 64-bit binaries are elf_x86_64_fbsd (try 2)

Austin English austinenglish at gmail.com
Tue May 25 23:39:34 CDT 2010


Last patch was mangled in transit.

-- 
-Austin
-------------- next part --------------
diff --git a/tools/winebuild/utils.c b/tools/winebuild/utils.c
index d9cc5ee..b690bab 100644
--- a/tools/winebuild/utils.c
+++ b/tools/winebuild/utils.c
@@ -305,7 +305,7 @@ const char *get_ld_command(void)
                 args = (force_pointer_size == 8) ? " -arch x86_64" : " -arch i386";
                 break;
             case PLATFORM_FREEBSD:
-                args = (force_pointer_size == 8) ? " -m elf_x86_64" : " -m elf_i386_fbsd";
+                args = (force_pointer_size == 8) ? " -m elf_x86_64_fbsd" : " -m elf_i386_fbsd";
                 break;
             default:
                 args = (force_pointer_size == 8) ? " -m elf_x86_64" : " -m elf_i386";


More information about the wine-patches mailing list