diff options
| author | tv <tv@NetBSD.org> | 1998-04-15 11:51:54 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-04-15 11:51:54 +0000 |
| commit | 92ead71db501644102ab3eb3dc01e9be2039fc95 (patch) | |
| tree | 4de40c3ee4c866e8051d49a233f10b775ebc80df /gnu | |
| parent | f7d6d7c9b8d10eff2f63eeb6a22a08a890355cd6 (diff) | |
Make the shlib work again. Missing symbols that the a.out ld didn't catch.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/egcs/cc1/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/egcs/cc1obj/Makefile | 5 | ||||
| -rw-r--r-- | gnu/usr.bin/egcs/common/Makefile | 12 |
3 files changed, 10 insertions, 11 deletions
diff --git a/gnu/usr.bin/egcs/cc1/Makefile b/gnu/usr.bin/egcs/cc1/Makefile index 220e848acfa..41ff6b981a8 100644 --- a/gnu/usr.bin/egcs/cc1/Makefile +++ b/gnu/usr.bin/egcs/cc1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 1998/04/03 02:20:29 tv Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 11:51:54 tv Exp $ PROG= cc1 -SRCS= c-common.c c-decl.c c-lang.c c-lex.c c-parse.y c-typeck.c +SRCS= c-common.c c-decl.c c-iterate.c c-lang.c c-lex.c c-parse.y c-typeck.c .include "../Makefile.cc1" diff --git a/gnu/usr.bin/egcs/cc1obj/Makefile b/gnu/usr.bin/egcs/cc1obj/Makefile index 32b7eead232..e7339f6ab71 100644 --- a/gnu/usr.bin/egcs/cc1obj/Makefile +++ b/gnu/usr.bin/egcs/cc1obj/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 1998/04/03 02:20:29 tv Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/15 11:51:54 tv Exp $ PROG= cc1obj -SRCS= c-common.c c-decl.c c-lex.c c-typeck.c objc-parse.y objc-act.c +SRCS= c-common.c c-decl.c c-iterate.c c-lex.c c-typeck.c \ + objc-parse.y objc-act.c # XXX needs to be before dist/gcc or tree.c comes from the # wrong place.. diff --git a/gnu/usr.bin/egcs/common/Makefile b/gnu/usr.bin/egcs/common/Makefile index 959a285f3d4..58ff964e18e 100644 --- a/gnu/usr.bin/egcs/common/Makefile +++ b/gnu/usr.bin/egcs/common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/09 00:52:06 tv Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/15 11:51:54 tv Exp $ .include "../Makefile.inc" @@ -20,9 +20,8 @@ CPPFLAGS+= -DTARGET_NAME=\"${target_alias}\" SRCS= \ ${MACHINE_ARCH}.c alias.c bc-arity.h bc-emit.c bc-opcode.h \ - bc-opname.h bc-optab.c bitmap.c c-aux-info.c \ - c-convert.c c-iterate.c c-parse.h c-pragma.c \ - caller-save.c calls.c combine.c convert.c cse.c dbxout.c \ + bc-opname.h bc-optab.c bitmap.c c-aux-info.c c-convert.c c-parse.h \ + c-pragma.c caller-save.c calls.c combine.c convert.c cse.c dbxout.c \ dwarf2out.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c except.c \ final.c flow.c fold-const.c function.c getpwd.c global.c insn-attr.h \ insn-attrtab.c insn-codes.h insn-config.h insn-emit.c insn-extract.c \ @@ -30,9 +29,8 @@ SRCS= \ integrate.c jump.c local-alloc.c loop.c obstack.c optabs.c \ print-rtl.c print-tree.c profile.c real.c recog.c reg-stack.c \ regclass.c regmove.c reload.c reload1.c reorg.c rtl.c rtlanal.c \ - sched.c \ - sdbout.c stmt.c stor-layout.c stupid.c toplev.c tree.c unroll.c \ - varasm.c version.c xcoffout.c + sched.c sdbout.c stmt.c stor-layout.c stupid.c toplev.c tree.c \ + unroll.c varasm.c version.c xcoffout.c insn-attr.h: genattr ${MD} ./genattr ${MD} > insn-attr.h |
