ref: 19bdc4677edbe61e5edbbf64aa5ea6dcca33efe7
parent: f909412065fd4ff57be299b982479ac42ec93a0b
parent: 4811d6d268aad3838a539e2d8f7f6c44ef0dca2a
author: Ori Bernstein <[email protected]>
date: Fri Apr 24 05:57:45 EDT 2015
Update to most recent code.
--- a/6/genp9.c
+++ b/6/genp9.c
@@ -39,7 +39,6 @@
static size_t writeblob(FILE *fd, char *name, size_t off, Htab *globls, Htab *strtab, Node *blob);
static void locprint(FILE *fd, Loc *l, char spec);
-static void gentydesc(FILE *fd, Type *ty);
static void fillglobls(Stab *st, Htab *globls)
{
--- a/mbld/build.myr
+++ b/mbld/build.myr
@@ -231,10 +231,6 @@
/* -L path -l lib... */
cmd = addlibs(cmd, dg.libs, incs)
- for (d, l, t) in extralibs
- cmd = std.slpush(cmd, std.fmt("-l%s", l))
- ;;
-
/* special for OSX: it warns if we don't add this */
if std.sleq(opt_sys, "osx")