Re: [Gc] [bdwgc] 7.4.0: Makefile.in: ASM_CPP_ OPTIONS is gcc specific (#38)
Ivan Maidanski <ivmai-JGs/[email protected]>
| Newsgroups | gmane.comp.programming.garbage-collection.boehmgc |
|---|---|
| Message-ID | <[email protected]> |
Hi, Could you prepare a patch for configure files? Thanks Regards, Ivan -- Friday, 09 May 2014, 14:49 +04:00 from marksolaris <[email protected]>: The Makefile.in hardcodes the ASM_CPP_OPTIONS to 'extern -Wp,-P -x assembler-with-cpp'. These args don't work with the Sun Studio compiler. /usr/local/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -I/usr/local/include -I/usr/local/include -DSCM_API=extern -Wp,-P -x assembler-with-cpp -c src/sparc_mach_dep.S libtool: compile: cc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -I/usr/local/include -I/usr/local/include -DSCM_API=extern -Wp,-P -x assembler-with-cpp -c src/sparc_mach_dep.S -KPIC -DPIC -o .libs/sparc_mach_dep.o cc: Warning: illegal option -xassembler-with-cpp I use this as a work-around when compiling to clear the variable: perl -pe 's#ASM_CPP_OPTIONS =.*#ASM_CPP_OPTIONS =#' -i Makefile.in I see you already fixed the src/sparc_mach_dep.lo problem :) — Reply to this email directly or view it on GitHub . _______________________________________________ bdwgc mailing list [email protected] https://lists.opendylan.org/mailman/listinfo/bdwgc