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 Prune CPPDEF_LIST from unnecessar...



details:   https://anonhg.NetBSD.org/src/rev/020fdedfc395
branches:  trunk
changeset: 587283:020fdedfc395
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Jan 18 01:08:57 2006 +0000

description:
Prune CPPDEF_LIST from unnecessary defines.

diffstat:

 sys/arch/hpc/stand/hpcboot/hpcboot.config |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 5bd2e5147ec2 -r 020fdedfc395 sys/arch/hpc/stand/hpcboot/hpcboot.config
--- a/sys/arch/hpc/stand/hpcboot/hpcboot.config Wed Jan 18 01:06:37 2006 +0000
+++ b/sys/arch/hpc/stand/hpcboot/hpcboot.config Wed Jan 18 01:08:57 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: hpcboot.config,v 1.9 2006/01/17 23:39:53 uwe Exp $
+# $NetBSD: hpcboot.config,v 1.10 2006/01/18 01:08:57 uwe Exp $
 # config file/script to generate project file (.dsp/.vcp) for hpcboot
 
 TYPE=application
@@ -60,12 +60,9 @@
 CPPDEF_LIST='
        _STANDALONE
        __STDC__
-       __signed=signed
-       __INTERNAL_LIBSA_CREAD
-       LIBSA_RENAME_PRINTF
-       LIBKERN_INLINE=__inline
        __COMPILER_INT64__=__int64
        __COMPILER_UINT64__="unsigned#__int64"
+       LIBSA_RENAME_PRINTF
 '
 INCDIR_LIST='
        .



Home | Main Index | Thread Index | Old Index