Switched the makefile default from arm-elf to arm-none-eabi.

This commit is contained in:
Piotr Esden-Tempski 2011-10-02 01:13:14 -07:00
parent 32c276a708
commit 0a66d52ec8
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
# PREFIX ?= arm-none-eabi
PREFIX ?= arm-elf
PREFIX ?= arm-none-eabi
#PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
LD = $(PREFIX)-gcc
OBJCOPY = $(PREFIX)-objcopy