Updated LD=gcc
This commit is contained in:
parent
31fea520ea
commit
a9698f32fa
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ CONTIKI_CPU=$(CONTIKI)/cpu/x86
|
||||||
|
|
||||||
### Compiler definitions
|
### Compiler definitions
|
||||||
CC = gcc
|
CC = gcc
|
||||||
LD = ld
|
LD = gcc
|
||||||
AS = as
|
AS = as
|
||||||
OBJCOPY = objcopy
|
OBJCOPY = objcopy
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
|
|
Loading…
Reference in a new issue