summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlex deVries <Alex.deVries@windriver.com>1999-02-09 23:11:30 +0000
committerAlex deVries <Alex.deVries@windriver.com>1999-02-09 23:11:30 +0000
commit3f50b44b5b0f36fbe0aec72861171265c4e0f43e (patch)
tree5276f28d792f1fbb4da43dac422b753139761aa4 /Makefile
parent8737fdad8c995b30da688846493001b4f2707dac (diff)
Undoing my last stupid changes.
Sorry. - Alex
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc3643919..7f3baf949 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ CROSS_COMPILE =
AS =$(CROSS_COMPILE)as
LD =$(CROSS_COMPILE)ld
-CC =$(CROSS_COMPILE)egcs -D__KERNEL__ -I$(HPATH)
+CC =$(CROSS_COMPILE)gcc -D__KERNEL__ -I$(HPATH)
CPP =$(CC) -E
AR =$(CROSS_COMPILE)ar
NM =$(CROSS_COMPILE)nm