Ignore:
Timestamp:
Feb 21, 2006, 12:15:50 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
12ba0a4
Parents:
eec901a
Message:

r564@server (orig r562): jim | 2005-06-07 20:12:28 -0700
Mirrored from jg555.com on Tue Jun 7 20:12:17 PDT 2005
----------------------------------------------------------------------


File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/target-scripts/target-gcc.sh

    reec901a r23b6afb  
    194194   3.4* )
    195195      apply_patch gcc-3.4.1-fix_configure_for_target_native
     196   ;;
     197
     198   4.* )
     199      # Testing only... set AS_FOR_TARGET and LD_FOR_TARGET so these are used
     200      # for feature checks... will have to check for unintended side effects
     201      extra_makeopts="AS_FOR_TARGET=${HST_TOOLS}/bin/${TARGET}-as"
     202      extra_makeopts="${extra_makeopts} LD_FOR_TARGET=${HST_TOOLS}/bin/${TARGET}-ld"
    196203   ;;
    197204esac
     
    222229min_log_init ${BUILDLOGS} &&
    223230make ${PMFLAGS} BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 ${HOST_CFLAGS} -pipe" \
    224    STAGE1_CFLAGS="-O2 ${HOST_CFLAGS} -pipe" all \
     231   STAGE1_CFLAGS="-O2 ${HOST_CFLAGS} -pipe" ${extra_makeopts} all \
    225232   >> ${LOGFILE} 2>&1 &&
    226233echo " o Build OK" || barf
Note: See TracChangeset for help on using the changeset viewer.