summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/ostest/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-19 19:35:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-19 19:35:21 +0000
commit8433e286ac146b08fba1f3289f0467a8281256db (patch)
tree2fb692b975e354d6d153dbbdb5f608b5e50fa563 /nuttx/configs/sim/ostest/Make.defs
parentd1e0c12fb3e33999e383bbfb0136264df389b00c (diff)
downloadpx4-nuttx-8433e286ac146b08fba1f3289f0467a8281256db.tar.gz
px4-nuttx-8433e286ac146b08fba1f3289f0467a8281256db.tar.bz2
px4-nuttx-8433e286ac146b08fba1f3289f0467a8281256db.zip
Fixes for good C++ link
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4054 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sim/ostest/Make.defs')
-rw-r--r--nuttx/configs/sim/ostest/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sim/ostest/Make.defs b/nuttx/configs/sim/ostest/Make.defs
index 41a9e9378..cf0134b9b 100644
--- a/nuttx/configs/sim/ostest/Make.defs
+++ b/nuttx/configs/sim/ostest/Make.defs
@@ -2,7 +2,7 @@
# configs/sim/Make.defs
#
# Copyright (C) 2007-2008, 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -44,7 +44,7 @@ else
endif
ARCHCPUFLAGS = -fno-builtin
-ARCHCPUFLAGSXX = -fno-builtin -fno-exceptions
+ARCHCPUFLAGSXX = -fno-builtin -fno-exceptions -fno-rtti
ARCHPICFLAGS = -fpic
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow
ARCHWARNINGSXX = -Wall -Wshadow