mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 20:01:28 +08:00
re PR go/47176 (libgo doesn't compile if libunicode is installed)
PR go/47176 byte/libbytes.a depends on unicode.gox. From-SVN: r168512
This commit is contained in:
parent
f626b979b1
commit
cd656e2360
@ -1366,7 +1366,8 @@ bufio/check: $(CHECK_DEPS)
|
||||
$(CHECK)
|
||||
.PHONY: bufio/check
|
||||
|
||||
bytes/libbytes.a: $(go_bytes_files) $(go_bytes_c_files) io.gox os.gox utf8.gox
|
||||
bytes/libbytes.a: $(go_bytes_files) $(go_bytes_c_files) io.gox os.gox \
|
||||
unicode.gox utf8.gox
|
||||
test -d bytes || $(MKDIR_P) bytes
|
||||
$(LTGOCOMPILE) -c -o bytes/bytes.$(OBJEXT) -fgo-prefix=libgo_bytes $(srcdir)/go/bytes/buffer.go $(srcdir)/go/bytes/bytes.go $(srcdir)/go/bytes/bytes_decl.go
|
||||
$(LTCOMPILE) -c -o bytes/index.$(OBJEXT) $(srcdir)/go/bytes/indexbyte.c
|
||||
|
@ -3638,7 +3638,8 @@ bufio/check: $(CHECK_DEPS)
|
||||
$(CHECK)
|
||||
.PHONY: bufio/check
|
||||
|
||||
bytes/libbytes.a: $(go_bytes_files) $(go_bytes_c_files) io.gox os.gox utf8.gox
|
||||
bytes/libbytes.a: $(go_bytes_files) $(go_bytes_c_files) io.gox os.gox \
|
||||
unicode.gox utf8.gox
|
||||
test -d bytes || $(MKDIR_P) bytes
|
||||
$(LTGOCOMPILE) -c -o bytes/bytes.$(OBJEXT) -fgo-prefix=libgo_bytes $(srcdir)/go/bytes/buffer.go $(srcdir)/go/bytes/bytes.go $(srcdir)/go/bytes/bytes_decl.go
|
||||
$(LTCOMPILE) -c -o bytes/index.$(OBJEXT) $(srcdir)/go/bytes/indexbyte.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user