From 673b0d84ba9591e07c0bdf0ee49d92eba10f502c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 3 May 2004 10:59:46 +0000 Subject: * Merged newxml into HEAD git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/gcc-desc.xml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 appendixa/gcc-desc.xml (limited to 'appendixa/gcc-desc.xml') diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml deleted file mode 100644 index 6fc5cb89b..000000000 --- a/appendixa/gcc-desc.xml +++ /dev/null @@ -1,27 +0,0 @@ -Short descriptions - -cpp is the C preprocessor. It is used by the -compiler to have the #include and #define and such statements expanded in -the source files. - -g++ is the C++ compiler. - -gcc is the C compiler. It is used to translate -the source code of a program into assembly code. - -gccbug is a shell script used to help create -good bug reports. - -gcov is a coverage testing tool. It is used to -analyze programs to find out where optimizations will have the most effect. - -libgcc* contains run-time support for gcc. - -libstdc++ is the standard C++ library. It contains -many frequently-used functions. - -libsupc++ provides supporting routines -for the c++ programming language. - - - -- cgit v1.2.3-54-g00ecf