Commit 19dc705e by Mark Mitchell Committed by Mark Mitchell

symbian.h (LIB_SPEC): Define to empty.

	* config/arm/symbian.h (LIB_SPEC): Define to empty.
	* config/arm/t-symbian (SHLIB_LC): Likewise.

From-SVN: r86990
parent fba5243d
2004-09-02 Mark Mitchell <mark@codesourcery.com>
* config/arm/symbian.h (LIB_SPEC): Define to empty.
* config/arm/t-symbian (SHLIB_LC): Likewise.
2004-09-02 Paul Brook <paul@codesourcery.com> 2004-09-02 Paul Brook <paul@codesourcery.com>
* config/arm/bpabi.c (__aeabi_ul2d, __aeabi_ul2f): Remove. * config/arm/bpabi.c (__aeabi_ul2d, __aeabi_ul2f): Remove.
......
...@@ -50,6 +50,11 @@ ...@@ -50,6 +50,11 @@
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
#define STARTFILE_SPEC "crti%O%s crtbegin%O%s" #define STARTFILE_SPEC "crti%O%s crtbegin%O%s"
/* Do not link with any libraries by default. On Symbian OS, the user
must supply all required libraries on the command line. */
#undef LIB_SPEC
#define LIB_SPEC ""
/* Support the "dllimport" attribute. */ /* Support the "dllimport" attribute. */
#define TARGET_DLLIMPORT_DECL_ATTRIBUTES 1 #define TARGET_DLLIMPORT_DECL_ATTRIBUTES 1
......
...@@ -19,3 +19,6 @@ LIB1ASMFUNCS += \ ...@@ -19,3 +19,6 @@ LIB1ASMFUNCS += \
MULTILIB_OPTIONS = mfloat-abi=softfp MULTILIB_OPTIONS = mfloat-abi=softfp
MULTILIB_DIRNAMES = softfp MULTILIB_DIRNAMES = softfp
# There is no C library to link against on Symbian OS -- at least when
# building GCC.
SHLIB_LC =
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment