Op 31-08-16 om 11:59 schreef casey:
> REM’d out that build option in /configs/osx_defconfig:
[...]
> #CONFIG_EXTRA_CFLAGS=‘-arch x86_64 -mmacosx-version-min=10.5'

Your problem here were the curly (non-ASCII) single quotes (‘’). Shells
don't understand these. Use the straight ASCII ones ('') instead.

- M.

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to