summaryrefslogtreecommitdiff
path: root/Makefile.toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.toolchain')
-rw-r--r--Makefile.toolchain4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.toolchain b/Makefile.toolchain
index 0ec8365d8f..82119e5462 100644
--- a/Makefile.toolchain
+++ b/Makefile.toolchain
@@ -50,6 +50,4 @@ BUILD_CFLAGS= $(LIBFTDI_CFLAGS) $(CPPFLAGS) -O3 $(CFLAGS_DEBUG) $(CFLAGS_WARN)
HOST_CFLAGS=$(CPPFLAGS) -O3 $(CFLAGS_DEBUG) $(CFLAGS_WARN)
LDFLAGS=-nostdlib -X
BUILD_LDFLAGS=$(LIBFTDI_LDLIBS)
-# For EC emulation on host environment, we need to force 32-bit binary.
-# TODO: Fix this. See crosbug.com/p/19257
-HOST_TEST_LDFLAGS=-T core/host/host_exe.lds -m32 -lrt -pthread
+HOST_TEST_LDFLAGS=-T core/host/host_exe.lds -lrt -pthread