Use SunOS shared libraries on a Sun 3.
authorIan Lance Taylor <ian@airs.com>
Thu, 2 Jun 1994 23:55:50 +0000 (23:55 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 2 Jun 1994 23:55:50 +0000 (23:55 +0000)
ld/ChangeLog
ld/Makefile.in

index 3e28c9bbc895bac085177798e96d19c0f58e2d8e..4a545f92d7750945ab5ab49bcfe94ed8f6ed2155 100644 (file)
@@ -5,7 +5,9 @@ Thu Jun  2 17:24:08 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        shared library support code.
        * emultempl/sunos.em: New file.
        * emulparams/sun4.sh (TEMPLATE_NAME): Define as sunos.
+       * emulparams/sun3.sh (TEMPLATE_NAME): Likewise.
        * Makefile.in (esun4.c): Depend upon sunos.em, not generic.em.
+       (esun3.c): Likewise.
 
        * ldlang.c: Minor formatting cleanups.
        (lang_for_each_input_file): New function.
index a80cb4b44fcc811880b31ad7752bf7e35324df42..e56300c1876e85ac364e58799594ebcba3611fd7 100644 (file)
@@ -255,7 +255,7 @@ esun4.c: $(srcdir)/emulparams/sun4.sh \
   $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} sun4
 esun3.c: $(srcdir)/emulparams/sun3.sh \
-  $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
+  $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} sun3
 evsta.c: $(srcdir)/emulparams/vsta.sh \
   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
This page took 0.038284 seconds and 4 git commands to generate.