This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Hello,
ld/configure.host has the syntax error below.
Andrew
--
*** gas-950912/ld/SRC/ChangeLog Fri Sep 15 21:11:18 1995
--- gas-950912/ld/ChangeLog Fri Sep 15 23:29:03 1995
***************
*** 0 ****
--- 1,5 ----
+ Fri Sep 15 23:28:05 1995 Andrew Cagney - aka Noid <cagney@highland.com.au>
+
+ * configure.host (NATIVE_LIB_DIRS): fix syntax error.
+ `='.
+
*** gas-950912/ld/SRC//configure.host Fri Sep 15 21:11:42 1995
--- gas-950912/ld//configure.host Fri Sep 15 23:27:30 1995
***************
*** 27,33 ****
# shell commands. So we need to make this value non-empty in order
# for the genscripts.sh call to work. There's nothing magic about
# the value `/lib'; it's just a dummy.
! NATIVE_LIB_DIRS = /lib
;;
i[345]86-*-go32*)
--- 27,33 ----
# shell commands. So we need to make this value non-empty in order
# for the genscripts.sh call to work. There's nothing magic about
# the value `/lib'; it's just a dummy.
! NATIVE_LIB_DIRS=/lib
;;
i[345]86-*-go32*)