samples/armeb-unknown-eabi/crosstool.config
author Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Sat Jul 14 19:52:58 2012 +0200 (2012-07-14)
changeset 2998 7b1dda3ab075
parent 2953 b0f1b8711716
child 3149 e1611da4bb05
permissions -rw-r--r--
kconfig: fix compatibility with older flex versions

Older flex versions require there be no space between options and
their arguments. For example '-P zconf' is not correct and should
be '-Pzconf'. This is for example the case for flex-2.5.4 shipped
with CentOS 5.8.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Message-Id: <9652ce148bddc1def484.1339241000@beantl019720>
yann@1032
     1
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@1032
     2
CT_SAVE_TARBALLS=y
yann@1032
     3
CT_LOG_EXTRA=y
yann@1032
     4
CT_ARCH_BE=y
yann@2861
     5
CT_ARCH_FLOAT_SW=y
yann@1032
     6
CT_ARCH_arm=y
yann@2724
     7
CT_BINUTILS_V_2_19_1a=y
yann@1616
     8
CT_CC_V_4_3_2=y
yann@1791
     9
CT_LIBC_none=y
yann@1032
    10
CT_DEBUG_gdb=y
yann@1941
    11
CT_GMP_V_4_3_2=y
yann@1841
    12
CT_MPFR_V_2_4_2=y