OSDN Git Service

* doc/extend.texi (AVR Built-in Functions): Document
[pf3gnuchains/gcc-fork.git] / gcc / config / kopensolaris-gnu.h
index e044faf..ba6bdc5 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for kOpenSolaris-based GNU systems with ELF format
-   Copyright (C) 2004, 2006, 2007, 2009
+   Copyright (C) 2004, 2006, 2007, 2009, 2011
    Free Software Foundation, Inc.
    Contributed by Robert Millan.
 
@@ -19,8 +19,8 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
-#undef LINUX_TARGET_OS_CPP_BUILTINS    
-#define LINUX_TARGET_OS_CPP_BUILTINS()         \
+#undef GNU_USER_TARGET_OS_CPP_BUILTINS    
+#define GNU_USER_TARGET_OS_CPP_BUILTINS()              \
   do                                           \
     {                                          \
        builtin_define ("__OpenSolaris_kernel__");      \
@@ -31,7 +31,5 @@ along with GCC; see the file COPYING3.  If not see
     }                                          \
   while (0)
 
-#ifdef GLIBC_DYNAMIC_LINKER
-#undef GLIBC_DYNAMIC_LINKER
-#define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
-#endif
+#undef GNU_USER_DYNAMIC_LINKER
+#define GNU_USER_DYNAMIC_LINKER "/lib/ld.so.1"