jsnyder / arm-eabi-toolchain

Makefile & supporting patches/scripts to build a bare metal ARM EABI toolchain.
264 stars 67 forks source link

MD5 Checksum testing reports errors due to space #6

Closed ghost closed 13 years ago

ghost commented 13 years ago

Changing this from

test $$t1 = $(SOURCE_MD5_CHECKSUM) || \

to

test $$t1=$(SOURCE_MD5_CHECKSUM) || \

Solved this issue on most recent Leopard without MacPorts installed.