Created attachment 120869 [details] [review] Patch part 1, by Mauricio de Oliveira Hello. On ppc64el, imake passes -mminimal-toc from CCOPTIONS to LDOPTIONS. That causes builds that use it to fail, like so: ld -shared -o libsciplot.so.1.36 SciPlot.o SciPlotUtil.o -mminimal-toc -lXm [...] -soname libsciplot.so.1 -lc ld: unrecognised emulation mode: minimal-toc Supported emulations: elf64lppc elf32lppc elf32lppclinux elf32lppcsim elf32ppclinux elf32ppc elf32ppcsim elf64ppc make[2]: *** [shared] Error 1 The above happens on building sciplot on Debian. The full log can be seen at [1]. There is also a bug report on Debian bug tracking system [2] with a patch. I applied the patch on the git version of xorg/utils/cf and generated 2 diff files split by authors. Regards Fernando [1] https://buildd.debian.org/status/fetch.php?pkg=sciplot&arch=ppc64el&ver=1.36-16&stamp=1410447072 [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765370
Created attachment 120870 [details] [review] Part 2, by Adam Conrad
Imake.tmpl is used on systems which use non-GNU make, so can't have GNU-make specific entries such as: LDOPTIONS := $(filter-out $(NOTLDOPTIONS),$(LDOPTIONS))
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/util/cf/issues/1.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.