X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=uffi%2FMakefile;h=8ae1fd95c9d7b85397d1b1e5c9484f8aadec6e08;hp=7599380f1c047befc356d12833a898ef84cdaad2;hb=41231d786970edbda805198ea142f9dc6ffd6e27;hpb=2b8785e267fc9b9675aff0ec407976ad50701159 diff --git a/uffi/Makefile b/uffi/Makefile index 7599380..8ae1fd9 100644 --- a/uffi/Makefile +++ b/uffi/Makefile @@ -57,9 +57,9 @@ else gcc $(CFLAGS) -fPIC -DPIC -c $(source) -o $(object) gcc $(LDFLAGS) -fPIC -shared -Wl,-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 $(CFLAGS) -fPIC -DPIC -c $(source) -o $(object) - -gcc -m32 $(LDFLAGS) -fPIC -shared -Wl,-soname=$(base) -lc $(object) -o $(shared_lib) + #@echo "Ensure that you have multiarch i386 build tools if you want to build 32-bit library" + #-gcc -m32 $(CFLAGS) -fPIC -DPIC -c $(source) -o $(object) + #-gcc -m32 $(LDFLAGS) -fPIC -shared -Wl,-soname=$(base) -lc $(object) -o $(shared_lib) else gcc -fPIC -DPIC -c $(source) -o $(object) ld -shared -soname=$(base) -lc $(object) -o $(shared_lib)