diff options
author | Keith Packard <keithp@keithp.com> | 2018-08-05 12:23:22 +0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-10-13 08:21:58 -0700 |
commit | 7c04888cf9809e0c73f0813c74e8dd972facde3a (patch) | |
tree | ebb43ee5aa61cc65ce28595c19b4dd3c19812ead /Makefile.am | |
parent | 56629222711ba3ef7853405c9b07ad614fb29b95 (diff) |
altos: Switch to newlib-nano for libc on arm
Stop using pdclib
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 89fdd6c9..602226f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,12 +6,6 @@ MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog -all: pdclib/Makefile -all-recursive: pdclib/Makefile - -pdclib/Makefile: - git submodule update - ChangeLog: (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || \ (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) |