Discussion:
[Gc] [bdwgc] Build failed on NetBSD/sparc64, Makefile problem (#65)
Ivan Maidanski
2015-02-17 09:48:57 UTC
Permalink
Hello Tobias,
Could you please submit a patch for configure.
For historical reasons C files remain in rootdir while others (required only for some targets) are moved to src folder.
--
Mon, 16 Feb 2015, 11:04 +03:00 from Tobias Nygren <***@github.com>:
Hi,
make[1]: don't know how to make sparc_mach_dep.lo. Stop
This fixed the problem:
gc-7.4.2$ mv src/* .
gc-7.4.2$ rmdir src
(Why are the sparc assembler files alone in the src subdirectory?)
—
Reply to this email directly or  view it on GitHub .

Loading...