From 57662482e0d6e1830f5570fe9687e5999308cd22 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Sun, 26 Jul 2015 16:52:59 +0200 Subject: [PATCH] Replace HOST_NO_AREC with TARGET_NO_AREC in Linux Makefiles --- shell/lin64/Makefile | 2 +- shell/lin86/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/lin64/Makefile b/shell/lin64/Makefile index 3d2f8e8b4..5f4bdc8df 100644 --- a/shell/lin64/Makefile +++ b/shell/lin64/Makefile @@ -31,7 +31,7 @@ LDFLAGS := LDFLAGS += -g -Wl,-Map,$(notdir $@).map,--gc-sections -Wl,-O3 -Wl,--sort-common CFLAGS := -CFLAGS += -g -O3 -D RELEASE -c -D TARGET_LINUX_x86 -D USES_HOMEDIR -D HOST_NO_AREC #-D NO_REND +CFLAGS += -g -O3 -D RELEASE -c -D TARGET_LINUX_x86 -D USES_HOMEDIR -D TARGET_NO_AREC #-D NO_REND CFLAGS += -D SUPPORT_X11 CFLAGS += -frename-registers -fno-strict-aliasing -fsingle-precision-constant CFLAGS += -ffast-math -ftree-vectorize diff --git a/shell/lin86/Makefile b/shell/lin86/Makefile index 9243b9bdd..6dfeff82d 100644 --- a/shell/lin86/Makefile +++ b/shell/lin86/Makefile @@ -31,7 +31,7 @@ LDFLAGS := -m32 LDFLAGS += -g -Wl,-Map,$(notdir $@).map,--gc-sections -Wl,-O3 -Wl,--sort-common CFLAGS := -m32 -CFLAGS += -g -O3 -D RELEASE -c -D TARGET_LINUX_x86 -D USES_HOMEDIR -D HOST_NO_AREC #-D NO_REND +CFLAGS += -g -O3 -D RELEASE -c -D TARGET_LINUX_x86 -D USES_HOMEDIR -D TARGET_NO_AREC #-D NO_REND CFLAGS += -D SUPPORT_X11 CFLAGS += -frename-registers -fno-strict-aliasing -fsingle-precision-constant CFLAGS += -ffast-math -ftree-vectorize