Cross-compiler gets stuck while compiling flite with gcc-3.4.6, do not allow building it with this gcc version

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12207 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-08-06 13:32:53 +00:00
parent ebf4ea68da
commit 281386826a

View File

@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/flite
SECTION:=sound
CATEGORY:=Sound
DEPENDS:=@!GCC_VERSION_3_4_6
TITLE:=Text-to-speech for embedded systems
URL:=http://www.speech.cs.cmu.edu/flite/index.html
endef