Commit 23e3dd40 authored by Eric Andersen's avatar Eric Andersen
Browse files

Be consistant and use DISABLE_NLS for binutils

parent ef407d3d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
		--build=$(GNU_HOST_NAME) \
		--host=$(GNU_HOST_NAME) \
		--target=$(REAL_GNU_TARGET_NAME) \
		$(DISABLE_NLS) \
		$(MULTILIB) \
		$(SOFT_FLOAT_CONFIG_OPTION) );
	touch $(BINUTILS_DIR1)/.configured
@@ -74,6 +75,7 @@ $(BINUTILS_DIR2)/.configured: $(BINUTILS_DIR)/.patched
		--build=$(GNU_HOST_NAME) \
		--host=$(REAL_GNU_TARGET_NAME) \
		--target=$(REAL_GNU_TARGET_NAME) \
		$(DISABLE_NLS) \
		$(MULTILIB) \
		$(SOFT_FLOAT_CONFIG_OPTION) );
	touch $(BINUTILS_DIR2)/.configured