OSDN Git Service

* config/fr30/fr30.h (LIB_SPEC, LINK_SPEC, SIZE_TYPE,
[pf3gnuchains/gcc-fork.git] / gcc / config / fr30 / fr30.h
index 681f99b..1e9c33e 100644 (file)
@@ -51,6 +51,13 @@ along with GCC; see the file COPYING3.  If not see
 #undef  ENDFILE_SPEC
 #define ENDFILE_SPEC  "%{!mno-lsim:-lsim} crtend.o%s crtn.o%s"
 
+#undef  LIB_SPEC
+#define LIB_SPEC "-lc"
+
+#undef  LINK_SPEC
+#define LINK_SPEC "%{h*} %{v:-V} \
+                  %{static:-Bstatic} %{shared:-shared} %{symbolic:-Bsymbolic}"
+
 /*}}}*/ \f
 /*{{{  Storage Layout.  */ 
 
@@ -106,6 +113,18 @@ along with GCC; see the file COPYING3.  If not see
 
 #define DEFAULT_SIGNED_CHAR 1
 
+#undef  SIZE_TYPE
+#define SIZE_TYPE "unsigned int"
+
+#undef  PTRDIFF_TYPE
+#define PTRDIFF_TYPE "int"
+
+#undef  WCHAR_TYPE
+#define WCHAR_TYPE "long int"
+
+#undef  WCHAR_TYPE_SIZE
+#define WCHAR_TYPE_SIZE BITS_PER_WORD
+
 /*}}}*/ \f
 /*{{{  REGISTER BASICS.  */