Skip to content
Snippets Groups Projects
Commit 2c1d4448 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

fix missing ptrace.h needed to build final gcc

SVN-Revision: 13995
parent bf618cf1
No related branches found
No related tags found
No related merge requests found
# #
# Copyright (C) 2006-2008 OpenWrt.org # Copyright (C) 2006-2009 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
...@@ -106,6 +106,14 @@ define Build/Install/post/lzma ...@@ -106,6 +106,14 @@ define Build/Install/post/lzma
$(TOOLCHAIN_DIR)/usr/include/asm/ $(TOOLCHAIN_DIR)/usr/include/asm/
endef endef
# XXX: the following is needed to build final gcc on cris
define Build/Install/post/cris
mkdir -p $(TOOLCHAIN_DIR)/usr/include/asm/arch
$(CP) \
$(PKG_BUILD_DIR)/include/asm-cris/arch/ptrace.h \
$(TOOLCHAIN_DIR)/usr/include/asm/arch/
endef
define Build/Install/post/mips define Build/Install/post/mips
$(call Build/Install/post/lzma) $(call Build/Install/post/lzma)
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment