Browse Source

makefile: The default compiler should be cc not gcc.

Georgi Chorbadzhiyski 12 years ago
parent
commit
94a74997be
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -1,4 +1,4 @@
1
-CC = $(CROSS)$(TARGET)gcc
1
+CC = $(CROSS)$(TARGET)cc
2 2
 STRIP = $(CROSS)$(TARGET)strip
3 3
 MKDEP = $(CROSS)$(TARGET)$(CC) -M -o $*.d $<
4 4
 

Loading…
Cancel
Save