Browse Source

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

pull/2/head
Piotr Esden-Tempski 13 years ago
parent
commit
0a66d52ec8
  1. 4
      examples/stm32/Makefile.include

4
examples/stm32/Makefile.include

@ -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

Loading…
Cancel
Save