#
-# Copyright (C) 2006-2008 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
$(TOOLCHAIN_DIR)/usr/include/asm/
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
$(call Build/Install/post/lzma)
endef