Browse Source

add another stub file

Waldemar Brodkorb 14 years ago
parent
commit
22351cedf6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/eglibc/Makefile

+ 1 - 0
toolchain/eglibc/Makefile

@@ -64,6 +64,7 @@ $(WRKBUILD)/.headers: $(WRKBUILD)/.headers_configure
 		$(MAKE) install-headers install-bootstrap-headers=yes \
 	);
 	touch $(STAGING_TARGET_DIR)/usr/include/gnu/stubs.h
+	touch $(STAGING_TARGET_DIR)/usr/include/gnu/stubs-64.h
 	touch $@
 
 ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)