From 82a376a6d0d3cba03d0f11b1a332c99f61b1fd8a Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 5 Jan 2013 13:19:09 +0100 Subject: Bring netsurf frontend arch and buildsystem arch in sync. Previously, the frontend used ATARI_ARCH for output package configuration, this is now changed to ATARIARCH. --- atari/Makefile.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/Makefile.defaults') diff --git a/atari/Makefile.defaults b/atari/Makefile.defaults index 155ba8d2d..a8b1857df 100644 --- a/atari/Makefile.defaults +++ b/atari/Makefile.defaults @@ -38,7 +38,7 @@ # Configure the CPU target # Valid options: 68000, 68020-60, 5475 (coldfire) - ATARI_ARCH = 68020-60 + ATARIARCH = 68020-60 # enable optimizations # -O2 is currently broken with m68000 / m68020-60 builds -- cgit v1.2.3