config/arch/arm.in
author Anthony Foiani <anthony.foiani@gmail.com>
Thu Apr 26 19:55:59 2012 -0600 (2012-04-26)
changeset 2939 58974be61289
parent 2788 b6faa28e76e0
child 3262 87ad9e82546d
permissions -rw-r--r--
Allow multi-word "install" command.

Autoconf can determine that the correct install command includes flags,
e.g., "/usr/bin/install -c". When using this as a command, we can't
enclose the value in double-quotes, as that makes some shells use the
whole expression as a filename:

# this is the value returned by autoconf and stored in CT_install
$ ins="/usr/bin/install -c"

# if we call it with quotes, the command is not found
$ "${ins}"
bash: /usr/bin/install -c: No such file or directory

# removing the quotes lets it work as expected
$ ${ins}
/usr/bin/install: missing file operand
Try `/usr/bin/install --help' for more information.

Signed-Off-By: Anthony Foiani <anthony.foiani@gmail.com>
yann@628
     1
# ARM specific configuration file
yann@628
     2
yann@2444
     3
## select ARCH_SUPPORTS_32
yann@2444
     4
## select ARCH_DEFAULT_32
yann@2444
     5
## select ARCH_SUPPORTS_BOTH_MMU
yann@2444
     6
## select ARCH_DEFAULT_HAS_MMU
yann@2444
     7
## select ARCH_SUPPORTS_BOTH_ENDIAN
yann@2444
     8
## select ARCH_DEFAULT_LE
yann@2788
     9
## select ARCH_SUPPORTS_WITH_ARCH
yann@2788
    10
## select ARCH_SUPPORTS_WITH_CPU
yann@2788
    11
## select ARCH_SUPPORTS_WITH_TUNE
yann@2790
    12
## select ARCH_SUPPORTS_WITH_FLOAT
yann@2788
    13
## select ARCH_SUPPORTS_WITH_FPU
yann@2788
    14
## select ARCH_SUPPORTS_SOFTFP
yann@2444
    15
##
yann@2444
    16
## help The ARM architecture, as defined by:
yann@2444
    17
## help     http://www.arm.com/