hlnd / nrf51-pure-gcc-setup

A simple and cross-platform GCC setup for nRF51-series development for Windows, OS X and Linux
BSD 3-Clause "New" or "Revised" License
131 stars 36 forks source link

Makefile.posix #8

Closed LiamsGitHub closed 10 years ago

LiamsGitHub commented 10 years ago

First line has bug with prior user's specific pathname

TOOLCHAIN_PATH ?= $(HOME)/Nedlastinger/gcc-arm-none-eabi-4_7-2013q3/bin/

hlnd commented 10 years ago

Although this was actually done on purpose, I agree that it might be better to not do it, so I removed it.