Building on NonFreeBSD
Jonathan Moore <[email protected]>
| Newsgroups | gmane.os.freebsd.questions |
|---|---|
| Message-ID | <CANih4cZAem_cum5_fLmUG8dHR5GyCLED2D_=Km6ifJaBcsrWsg@mail.gmail.com> |
I can build with Cygwin with this line export XCC=x86_64-w64-mingw32 XCXX=x86_64-w64-mingw32 XCPP=x86_64-w64-mingw32 XLD=x86_64-w64-mingw32 MAKEOBJDIRPREFIX=/usr/obj ./tools/build/make.py --cross-toolchain=gcc-core -DWITH_FOO TARGET=amd64 TARGET_ARCH=amd64 Thank You, Jonathan Moore