X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=uffi%2FMakefile;fp=uffi%2FMakefile;h=56d4bb26be4e68a26be3fef967c6563b899448c3;hp=ac52e34d8e1d8dcdd21a072e181469eea193aa81;hb=4e13a7c3d278d8a8a9cd39d72f82355c5a76e6eb;hpb=244328d6a2b108b8d4448df06034ca088e313440 diff --git a/uffi/Makefile b/uffi/Makefile index ac52e34..56d4bb2 100644 --- a/uffi/Makefile +++ b/uffi/Makefile @@ -48,8 +48,8 @@ else ld -shared -soname=$(base) -lc $(object) -o $(shared64_lib) rm -f $(object) @echo "Ensure that you have multiarch i386 build tools if you want to build 32-bit library" - gcc -m32 -fPIC -DPIC -c $(source) -o $(object) - ld -melf_i386 -shared -soname=$(base) -lc $(object) -o $(shared_lib) + -gcc -m32 -fPIC -DPIC -c $(source) -o $(object) + -ld -melf_i386 -shared -soname=$(base) -lc $(object) -o $(shared_lib) else gcc -fPIC -DPIC -c $(source) -o $(object) ld -shared -soname=$(base) -lc $(object) -o $(shared_lib)