Loading lib/Makefile.m32 +7 −2 Original line number Diff line number Diff line Loading @@ -54,10 +54,15 @@ ifndef LIBCARES_PATH LIBCARES_PATH = $(PROOT)/ares endif # Edit the var below to set to your architecture or set environment var. # Set environment var ARCH to your architecture to override autodetection. ifndef ARCH TARGET := $(shell $(CC) -dumpmachine) ifeq ($(findstring x86_64,$(TARGET)),x86_64) ARCH = w64 else ARCH = w32 endif endif CC = $(CROSSPREFIX)gcc CFLAGS = -g -O2 -Wall Loading src/Makefile.m32 +7 −2 Original line number Diff line number Diff line Loading @@ -66,10 +66,15 @@ ifndef LIBCARES_PATH LIBCARES_PATH = $(PROOT)/ares endif # Edit the var below to set to your architecture or set environment var. # Set environment var ARCH to your architecture to override autodetection. ifndef ARCH TARGET := $(shell $(CC) -dumpmachine) ifeq ($(findstring x86_64,$(TARGET)),x86_64) ARCH = w64 else ARCH = w32 endif endif CC = $(CROSSPREFIX)gcc CFLAGS = -g -O2 -Wall Loading Loading
lib/Makefile.m32 +7 −2 Original line number Diff line number Diff line Loading @@ -54,10 +54,15 @@ ifndef LIBCARES_PATH LIBCARES_PATH = $(PROOT)/ares endif # Edit the var below to set to your architecture or set environment var. # Set environment var ARCH to your architecture to override autodetection. ifndef ARCH TARGET := $(shell $(CC) -dumpmachine) ifeq ($(findstring x86_64,$(TARGET)),x86_64) ARCH = w64 else ARCH = w32 endif endif CC = $(CROSSPREFIX)gcc CFLAGS = -g -O2 -Wall Loading
src/Makefile.m32 +7 −2 Original line number Diff line number Diff line Loading @@ -66,10 +66,15 @@ ifndef LIBCARES_PATH LIBCARES_PATH = $(PROOT)/ares endif # Edit the var below to set to your architecture or set environment var. # Set environment var ARCH to your architecture to override autodetection. ifndef ARCH TARGET := $(shell $(CC) -dumpmachine) ifeq ($(findstring x86_64,$(TARGET)),x86_64) ARCH = w64 else ARCH = w32 endif endif CC = $(CROSSPREFIX)gcc CFLAGS = -g -O2 -Wall Loading