Browse Source

autodetect host/build system

Waldemar Brodkorb 14 years ago
parent
commit
0b0c94de66
1 changed files with 0 additions and 2 deletions
  1. 0 2
      toolchain/binutils/Makefile

+ 0 - 2
toolchain/binutils/Makefile

@@ -25,8 +25,6 @@ $(WRKBUILD)/.configured:
 	(cd $(WRKBUILD); \
 		$(WRKBUILD)/configure \
 		--prefix=$(STAGING_HOST_DIR) \
-		--build=$(GNU_HOST_NAME) \
-		--host=$(GNU_HOST_NAME) \
 		--target=$(REAL_GNU_TARGET_NAME) \
 		--with-sysroot=$(STAGING_TARGET_DIR) \
 		--disable-multilib \