summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlex deVries <Alex.deVries@windriver.com>1999-02-09 22:54:08 +0000
committerAlex deVries <Alex.deVries@windriver.com>1999-02-09 22:54:08 +0000
commitbe65d58c136bb149e498e416b4afa55dd0ab99c4 (patch)
treebd03f44b827fcf7a55f53ef2fdc8e833bbde14e2 /Makefile
parent145dd02fc9968ebd65307baf0653dc9341dd6bb2 (diff)
Modularizing the Newport console driver.
- Alex
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f3baf949..bc3643919 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ CROSS_COMPILE =
AS =$(CROSS_COMPILE)as
LD =$(CROSS_COMPILE)ld
-CC =$(CROSS_COMPILE)gcc -D__KERNEL__ -I$(HPATH)
+CC =$(CROSS_COMPILE)egcs -D__KERNEL__ -I$(HPATH)
CPP =$(CC) -E
AR =$(CROSS_COMPILE)ar
NM =$(CROSS_COMPILE)nm