Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpc/stand/hpcboot Remove duplicate CPPDEF_LIST.



details:   https://anonhg.NetBSD.org/src/rev/0901369d4959
branches:  trunk
changeset: 587278:0901369d4959
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Jan 17 23:39:53 2006 +0000

description:
Remove duplicate CPPDEF_LIST.

diffstat:

 sys/arch/hpc/stand/hpcboot/hpcboot.config |  17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)

diffs (35 lines):

diff -r 20c3d5c05aa2 -r 0901369d4959 sys/arch/hpc/stand/hpcboot/hpcboot.config
--- a/sys/arch/hpc/stand/hpcboot/hpcboot.config Tue Jan 17 19:41:49 2006 +0000
+++ b/sys/arch/hpc/stand/hpcboot/hpcboot.config Tue Jan 17 23:39:53 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: hpcboot.config,v 1.8 2006/01/17 02:40:55 uwe Exp $
+# $NetBSD: hpcboot.config,v 1.9 2006/01/17 23:39:53 uwe Exp $
 # config file/script to generate project file (.dsp/.vcp) for hpcboot
 
 TYPE=application
@@ -61,6 +61,11 @@
        _STANDALONE
        __STDC__
        __signed=signed
+       __INTERNAL_LIBSA_CREAD
+       LIBSA_RENAME_PRINTF
+       LIBKERN_INLINE=__inline
+       __COMPILER_INT64__=__int64
+       __COMPILER_UINT64__="unsigned#__int64"
 '
 INCDIR_LIST='
        .
@@ -79,13 +84,3 @@
        libz
        winsock
 '
-CPPDEF_LIST='
-       _STANDALONE
-       __STDC__
-       __signed=signed
-       __INTERNAL_LIBSA_CREAD
-       LIBSA_RENAME_PRINTF
-       LIBKERN_INLINE=__inline
-       __COMPILER_INT64__=__int64
-       __COMPILER_UINT64__="unsigned#__int64"
-'



Home | Main Index | Thread Index | Old Index