scripts/build/debug/300-gdb.sh
changeset 1744 e27d2bd82790
parent 1743 f9145ebb4fbc
child 1808 a1370757e6a1
child 1838 26e89d367ea1
     1.1 --- a/scripts/build/debug/300-gdb.sh	Thu Jan 21 22:33:54 2010 +0100
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Thu Jan 21 22:45:09 2010 +0100
     1.3 @@ -159,16 +159,16 @@
     1.4          # Use build = CT_REAL_BUILD so that configure thinks it is
     1.5          # cross-compiling, and thus will use the ${CT_BUILD}-*
     1.6          # tools instead of searching for the native ones...
     1.7 -        CT_DoExecLog ALL                                        \
     1.8 -        "${CT_SRC_DIR}/ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}/configure" \
     1.9 -            --build=${CT_REAL_BUILD}                            \
    1.10 -            --host=${CT_BUILD}                                  \
    1.11 -            --prefix=/usr                                       \
    1.12 -            --without-shared                                    \
    1.13 -            --enable-symlinks                                   \
    1.14 -            --with-build-cc=${CT_REAL_BUILD}-gcc                \
    1.15 -            --with-build-cpp=${CT_REAL_BUILD}-gcc               \
    1.16 -            --with-build-cflags="${CT_CFLAGS_FOR_HOST}"         \
    1.17 +        CT_DoExecLog ALL                                                    \
    1.18 +        "${CT_SRC_DIR}/ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}/configure"   \
    1.19 +            --build=${CT_REAL_BUILD}                                        \
    1.20 +            --host=${CT_BUILD}                                              \
    1.21 +            --prefix=/usr                                                   \
    1.22 +            --without-shared                                                \
    1.23 +            --enable-symlinks                                               \
    1.24 +            --with-build-cc=${CT_REAL_BUILD}-gcc                            \
    1.25 +            --with-build-cpp=${CT_REAL_BUILD}-gcc                           \
    1.26 +            --with-build-cflags="${CT_CFLAGS_FOR_HOST}"                     \
    1.27              "${ncurses_opts[@]}"
    1.28  
    1.29          # Under some operating systems (eg. Winblows), there is an
    1.30 @@ -189,18 +189,18 @@
    1.31          mkdir -p "${CT_BUILD_DIR}/build-ncurses"
    1.32          cd "${CT_BUILD_DIR}/build-ncurses"
    1.33  
    1.34 -        CT_DoExecLog ALL                                        \
    1.35 -        "${CT_SRC_DIR}/ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}/configure" \
    1.36 -            --build=${CT_BUILD}                                 \
    1.37 -            --host=${CT_TARGET}                                 \
    1.38 -            --with-build-cc=${CT_BUILD}-gcc                     \
    1.39 -            --with-build-cpp=${CT_BUILD}-gcc                    \
    1.40 -            --with-build-cflags="${CT_CFLAGS_FOR_HOST}"         \
    1.41 -            --prefix="${CT_BUILD_DIR}/ncurses"                  \
    1.42 -            --without-shared                                    \
    1.43 -            --without-sysmouse                                  \
    1.44 -            --without-progs                                     \
    1.45 -            --enable-termcap                                    \
    1.46 +        CT_DoExecLog ALL                                                    \
    1.47 +        "${CT_SRC_DIR}/ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}/configure"   \
    1.48 +            --build=${CT_BUILD}                                             \
    1.49 +            --host=${CT_TARGET}                                             \
    1.50 +            --with-build-cc=${CT_BUILD}-gcc                                 \
    1.51 +            --with-build-cpp=${CT_BUILD}-gcc                                \
    1.52 +            --with-build-cflags="${CT_CFLAGS_FOR_HOST}"                     \
    1.53 +            --prefix="${CT_BUILD_DIR}/ncurses"                              \
    1.54 +            --without-shared                                                \
    1.55 +            --without-sysmouse                                              \
    1.56 +            --without-progs                                                 \
    1.57 +            --enable-termcap                                                \
    1.58              "${ncurses_opts[@]}"
    1.59  
    1.60          CT_DoLog EXTRA "Building ncurses"