Skip to content

Commit

Permalink
remove unneccessary arm* makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
fschloesser committed Jun 23, 2022
1 parent f081c3e commit eb106bf
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 27 deletions.
1 change: 0 additions & 1 deletion make/make.darwin.arm64.gnu

This file was deleted.

6 changes: 0 additions & 6 deletions make/make.darwin.arm64.gnu.dbg

This file was deleted.

6 changes: 0 additions & 6 deletions make/make.darwin.arm64.gnu.opt

This file was deleted.

3 changes: 2 additions & 1 deletion make/make.detecthost
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ ARCH := $(shell uname -m | \
-e 's/9000..../hppa/' \
-e 's/Power\ Macintosh/ppc/' \
-e 's/00........../pwr4/'\
-e 's/arm.*/arm/')
-e 's/arm.*/arm/' \
-e 's/aarch64/arm/')
OSTYPE := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
sed \
-e 's/cygwin.*/cygwin/' \
Expand Down
1 change: 0 additions & 1 deletion make/make.linux.armv7l.gnu

This file was deleted.

6 changes: 0 additions & 6 deletions make/make.linux.armv7l.gnu.dbg

This file was deleted.

6 changes: 0 additions & 6 deletions make/make.linux.armv7l.gnu.opt

This file was deleted.

0 comments on commit eb106bf

Please sign in to comment.