Hi list, After r22621 I decided to test make distclean.
In my fpc directory, I have both i386_win32 and x64_win64 ppu units. Using make distclean, the i386 ppus seemed to have been cleared up nicely (dir *.ppu /s | grep 386) However, I can't get rid of the x64 ppus (e.g. C:\Development\fpctrunk\units\x86_64-win64\zlib\zlib.ppu). I tried: rem Cross compile: make distclean OS_TARGET=win64 CPU_TARGET=x86_64 rem Looked at make file, OS_SOURCE seemed likely: make distclean OS_SOURCE=win64 CPU_SOURCE=x86_64 rem More a wild guess: make distclean FPCTARGET=x86_64-win64 rem The kitchen sink with explicit x64 compiler: make distclean FPC=c:\development\fpcbootstrap64\ppcx64.exe PP=c:\development\fpcbootstrap64\ppcx64.exe OS_TARGET=win64 CPU_TARGET=x86_64 OS_SOURCE=win64 CPU_SOURCE=x86_64 What have I overlooked? _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal