From 20b8926754c4742596476b8c2732d25eca894c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 14 May 2004 15:28:49 +0000 Subject: [PATCH] The -imacro header inclusion is no longer necessary, and also seems to have been removed in more current GCC releases; thanks to Jack Burton for pointing this out. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7580 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/glibc/libio/Jamfile | 2 -- src/kernel/libroot/posix/glibc/stdio-common/Jamfile | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/kernel/libroot/posix/glibc/libio/Jamfile b/src/kernel/libroot/posix/glibc/libio/Jamfile index b8ee9fa531..854a26b577 100644 --- a/src/kernel/libroot/posix/glibc/libio/Jamfile +++ b/src/kernel/libroot/posix/glibc/libio/Jamfile @@ -7,8 +7,6 @@ SubDirHdrs $(OBOS_TOP) src kernel libroot posix glibc include ; SubDirHdrs $(OBOS_TOP) src kernel libroot posix glibc locale ; SubDirHdrs $(OBOS_TOP) src kernel libroot posix glibc ; -SubDirCcFlags -imacrolibc-symbols.h ; - # For now, all wide character functions are disabled, # obprintf() is also disabled, because we don't have # obstack functionality diff --git a/src/kernel/libroot/posix/glibc/stdio-common/Jamfile b/src/kernel/libroot/posix/glibc/stdio-common/Jamfile index d6cf2d0b3f..4eb415a7bc 100644 --- a/src/kernel/libroot/posix/glibc/stdio-common/Jamfile +++ b/src/kernel/libroot/posix/glibc/stdio-common/Jamfile @@ -7,8 +7,6 @@ SubDirHdrs $(OBOS_TOP) src kernel libroot posix glibc libio ; SubDirHdrs $(OBOS_TOP) src kernel libroot posix glibc locale ; SubDirHdrs $(OBOS_TOP) src kernel libroot posix glibc ; -SubDirCcFlags -imacrolibc-symbols.h ; - # ToDo: for now, all wide character functions are disabled KernelMergeObject posix_gnu_stdio.o : #_common.o :