Patch from Uwe Stieber.

* config/kaos.h (CPP_PREDEFINES): Delete.
(TARGET_OS_CPP_BUILTINS): New.

From-SVN: r68912
This commit is contained in:
Uwe Stieber 2003-07-04 06:01:50 +00:00 committed by Jim Wilson
parent d6b4ea8592
commit cc2f5d34f3
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-07-03 Uwe Stieber <uwe@kaos-group.de>
* config/kaos.h (CPP_PREDEFINES): Delete.
(TARGET_OS_CPP_BUILTINS): New.
2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* c-aux-info.c: Include toplev.h after c-tree.h.

View File

@ -19,8 +19,12 @@ along with GCC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-D__kaOS__"
/* Specify predefined symbols in preprocessor. */
#define TARGET_OS_CPP_BUILTINS() \
do { \
builtin_define ("__kaOS__"); \
} while (0)
/* do not link any library implicitly for kaOS target. */
#undef LIB_SPEC