darwin.h (LIB_SPEC): Just use -lSystem.
* config/darwin.h (LIB_SPEC): Just use -lSystem. (LIBGCC_SPEC): Don't define. From-SVN: r42094
This commit is contained in:
parent
c64688ae79
commit
5fa5a27cce
@ -1,3 +1,8 @@
|
||||
2001-05-14 Stan Shebs <shebs@apple.com>
|
||||
|
||||
* config/darwin.h (LIB_SPEC): Just use -lSystem.
|
||||
(LIBGCC_SPEC): Don't define.
|
||||
|
||||
2001-05-14 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* configure.in (gcc_cv_as_eh_frame): New test.
|
||||
|
@ -106,12 +106,7 @@ Boston, MA 02111-1307, USA. */
|
||||
/* Machine dependent libraries. */
|
||||
|
||||
#undef LIB_SPEC
|
||||
#define LIB_SPEC \
|
||||
"%{!static:%{!pg:-framework System}%{pg:-framework System,_profile}}"
|
||||
|
||||
#undef LIBGCC_SPEC
|
||||
#define LIBGCC_SPEC "%{!shared:%{static:-lcc} \
|
||||
%{!static:-lcc_dynamic}}"
|
||||
#define LIB_SPEC "%{!static:-lSystem}"
|
||||
|
||||
/* We specify crt0.o as -lcrt0.o so that ld will search the library path. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user