r275544 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Mon Sep 9 20:08:00 GMT 2019


Author: ian
Date: Mon Sep  9 20:08:32 2019
New Revision: 275544

URL: https://gcc.gnu.org/viewcvs?rev=275544&root=gcc&view=rev
Log:
    libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systems
    
    The C file has a build tag, but the procedure we use for building C
    files ignores build tags.
    
    This should fix the libgo build on non-x86 systems.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/194378

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/Makefile.am
    trunk/libgo/Makefile.in
    trunk/libgo/configure
    trunk/libgo/configure.ac



More information about the Gcc-cvs mailing list