Update to latest mercurial snapshot. BR gcc-c++ instead of gcc.

This commit is contained in:
Jerry James 2018-03-03 19:04:26 -07:00
commit 438cf10ba4
4 changed files with 40 additions and 36 deletions

View file

@ -1,6 +1,6 @@
--- Makefile.orig 2018-02-01 20:02:43.820439769 -0700
+++ Makefile 2018-02-01 20:05:02.079115011 -0700
@@ -47,7 +47,7 @@ ARCHFLAGS := $(ARCHFLAGS)
--- Makefile.orig 2018-03-03 17:18:18.362557053 -0700
+++ Makefile 2018-03-03 17:18:49.778455568 -0700
@@ -48,7 +48,7 @@ ARCHFLAGS := $(ARCHFLAGS)
OPTFLAGS ?= -g -O
@ -9,7 +9,7 @@
ifneq ($(findstring arm,$(shell uname -m)),)
CFLAGS += -DABC_MEMALIGN=4
endif
@@ -200,7 +200,9 @@ lib$(PROG).a: $(LIBOBJ)
@@ -211,7 +211,9 @@ lib$(PROG).a: $(LIBOBJ)
lib$(PROG).so: $(LIBOBJ)
@echo "$(MSG_PREFIX)\`\` Linking:" $(notdir $@)