[LinksOS CVS Commit]kernel/hal include.mk,1.3,NONE
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-12 18:51:12
|
Update of /cvsroot/linksos/kernel/hal In directory router-internal.tossell.net:/tmp/cvs-serv31339/hal Removed Files: include.mk Log Message: Title: C++ Support Changes: Changed symbol names, command lines, definitions to support c++ building. All g++ calls now include arguments not to include stdlib symbols. Calls to c++ routines in asm call the mangled c++ names, such as _Z7kprintfPc instead of kprintf. io.c's contents are moved into io.h, as inlines are not exported by g++. (Why should they be?) This change breaks portability, which I'll fix next. Effects: LinksOS can now be compiled as c++ code, with the g++ compiler and the gnu as assembler. a=kennyt b=19 --- include.mk DELETED --- |