[LinksOS CVS Commit]linksos/hal Makefile,1.4,1.5
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-04 09:36:48
|
Update of /cvsroot/linksos/linksos/hal In directory router-internal.tossell.net:/tmp/cvs-serv32501/hal Modified Files: Makefile Log Message: Title: Makefile and *CC* Changes: Added .cpp target. Changed GCC to CC. Effects: C++ support coming... a=kennyt Index: Makefile =================================================================== RCS file: /cvsroot/linksos/linksos/hal/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 3 Jan 2003 23:34:59 -0000 1.4 --- Makefile 4 Jan 2003 09:36:41 -0000 1.5 *************** *** 3,12 **** include $(TOPDIR)/machine.mk - LD = ld - - GCC = gcc - - ASM = NASM - hal.o: hal-$(ARCH).o rm -f hal.o --- 3,6 ---- |