OSDN Git Service

* config/darwin.h (LINK_COMMAND_SPEC): Add .cxx for dsymutil
[pf3gnuchains/gcc-fork.git] / gcc / config / kaos.h
index 1d0a7b1..2425fd4 100644 (file)
@@ -1,4 +1,4 @@
-/* Definitions of target machine for GNU compiler.
+/* Definitions of target machine for GCC.
    common kaOS definitions for all architectures.
    Copyright (C) 2003 Free Software Foundation, Inc.
 
@@ -16,11 +16,15 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 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.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
+
+/* Specify predefined symbols in preprocessor.  */
+#define TARGET_OS_CPP_BUILTINS()               \
+    do {                                       \
+       builtin_define ("__kaOS__");    \
+    } while (0)
 
-#undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-D__kaOS__"
 
 /* do not link any library implicitly for kaOS target.  */
 #undef LIB_SPEC