From 64fe312ef3c3fd78ca46911fbfedf20d9c121743 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 19 Oct 2011 19:35:21 +0000 Subject: [PATCH] Fixes for good C++ link git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4054 42af7a65-404d-4744-a932-0658087f49c3 --- configs/sim/mount/Make.defs | 4 ++-- configs/sim/nettest/Make.defs | 4 ++-- configs/sim/nsh/Make.defs | 4 ++-- configs/sim/nsh2/Make.defs | 2 +- configs/sim/nx/Make.defs | 4 ++-- configs/sim/nx11/Make.defs | 4 ++-- configs/sim/nxffs/Make.defs | 4 ++-- configs/sim/ostest/Make.defs | 4 ++-- configs/sim/pashello/Make.defs | 4 ++-- configs/sim/touchscreen/Make.defs | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/configs/sim/mount/Make.defs b/configs/sim/mount/Make.defs index 1ae07a201f..498291077d 100644 --- a/configs/sim/mount/Make.defs +++ b/configs/sim/mount/Make.defs @@ -2,7 +2,7 @@ # configs/sim/mount/Make.defs # # Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Author: Gregory Nutt # # 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 diff --git a/configs/sim/nettest/Make.defs b/configs/sim/nettest/Make.defs index 41a9e93784..cf0134b9b0 100644 --- a/configs/sim/nettest/Make.defs +++ b/configs/sim/nettest/Make.defs @@ -2,7 +2,7 @@ # configs/sim/Make.defs # # Copyright (C) 2007-2008, 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Author: Gregory Nutt # # 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 diff --git a/configs/sim/nsh/Make.defs b/configs/sim/nsh/Make.defs index 4da1545cf7..1330ade1e0 100644 --- a/configs/sim/nsh/Make.defs +++ b/configs/sim/nsh/Make.defs @@ -2,7 +2,7 @@ # configs/sim/nsh/Make.defs # # Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Author: Gregory Nutt # # 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 diff --git a/configs/sim/nsh2/Make.defs b/configs/sim/nsh2/Make.defs index d36c3438fa..b127e0a209 100644 --- a/configs/sim/nsh2/Make.defs +++ b/configs/sim/nsh2/Make.defs @@ -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 diff --git a/configs/sim/nx/Make.defs b/configs/sim/nx/Make.defs index dc00e53397..70f6066e19 100644 --- a/configs/sim/nx/Make.defs +++ b/configs/sim/nx/Make.defs @@ -2,7 +2,7 @@ # configs/sim/nx/Make.defs # # Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Author: Gregory Nutt # # 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 diff --git a/configs/sim/nx11/Make.defs b/configs/sim/nx11/Make.defs index 437a6e663a..2dfda3e659 100644 --- a/configs/sim/nx11/Make.defs +++ b/configs/sim/nx11/Make.defs @@ -2,7 +2,7 @@ # configs/sim/nx11/Make.defs # # Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Author: Gregory Nutt # # 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 diff --git a/configs/sim/nxffs/Make.defs b/configs/sim/nxffs/Make.defs index d5274e7d5c..9010d2bb46 100644 --- a/configs/sim/nxffs/Make.defs +++ b/configs/sim/nxffs/Make.defs @@ -2,7 +2,7 @@ # configs/sim/nxffs/Make.defs # # Copyright (C) 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Author: Gregory Nutt # # 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 diff --git a/configs/sim/ostest/Make.defs b/configs/sim/ostest/Make.defs index 41a9e93784..cf0134b9b0 100644 --- a/configs/sim/ostest/Make.defs +++ b/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 +# Author: Gregory Nutt # # 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 diff --git a/configs/sim/pashello/Make.defs b/configs/sim/pashello/Make.defs index ac0d4c0576..40dc5acb15 100644 --- a/configs/sim/pashello/Make.defs +++ b/configs/sim/pashello/Make.defs @@ -2,7 +2,7 @@ # configs/sim/pashello/Make.defs # # Copyright (C) 2007-2008, 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Author: Gregory Nutt # # 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 diff --git a/configs/sim/touchscreen/Make.defs b/configs/sim/touchscreen/Make.defs index e52d09de2b..599b374327 100644 --- a/configs/sim/touchscreen/Make.defs +++ b/configs/sim/touchscreen/Make.defs @@ -2,7 +2,7 @@ # configs/sim/touchscreen/Make.defs # # Copyright (C) 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Author: Gregory Nutt # # 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