Skip to content
Snippets Groups Projects
Commit b5f1ab49 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

build: be less strict on compiler version for PXF

parent 14a6878b
No related branches found
No related tags found
No related merge requests found
...@@ -56,11 +56,11 @@ ARM_GDB := $(call FIND_TOOL,arm-none-eabi-gdb) ...@@ -56,11 +56,11 @@ ARM_GDB := $(call FIND_TOOL,arm-none-eabi-gdb)
ARM_OBJCOPY := $(call FIND_TOOL,arm-none-eabi-objcopy) ARM_OBJCOPY := $(call FIND_TOOL,arm-none-eabi-objcopy)
# toolchains for beagleboneblack # toolchains for beagleboneblack
BBONE_CXX := arm-linux-gnueabihf-g++-4.7 BBONE_CXX := arm-linux-gnueabihf-g++
BBONE_CC := arm-linux-gnueabihf-gcc-4.7 BBONE_CC := arm-linux-gnueabihf-gcc
BBONE_AS := arm-linux-gnueabihf-gcc-4.7 BBONE_AS := arm-linux-gnueabihf-gcc
BBONE_AR := ar BBONE_AR := ar
BBONE_LD := arm-linux-gnueabihf-g++-4.7 BBONE_LD := arm-linux-gnueabihf-g++
BBONE_GDB := gdb BBONE_GDB := gdb
BBONE_OBJCOPY := objcopy BBONE_OBJCOPY := objcopy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment