Skip to content

Commit

Permalink
libgo: eliminate a lot of duplication in Makefile.am
Browse files Browse the repository at this point in the history
    
    I read through the GNU make manual.  I knew there had to be a way to do it.
    
    Remove the special netgo library.  The essential feature--using the Go
    DNS resolver--is now available by setting GODEBUG=netdns=go.
    
    Reviewed-on: https://go-review.googlesource.com/32333


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241687 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
ian committed Oct 30, 2016
1 parent 0260ec2 commit 41fd2d1
Show file tree
Hide file tree
Showing 4 changed files with 578 additions and 4,071 deletions.
2 changes: 1 addition & 1 deletion gcc/go/gofrontend/MERGE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fe38baff61b9b9426a4f60ff078cf3c8722bf94d
4ca21c94f00c620bfde2f924e214c78fe2e1ff69

The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
Loading

0 comments on commit 41fd2d1

Please sign in to comment.