Changeset 23b6afb for scripts/target-scripts
- Timestamp:
- Feb 21, 2006, 12:15:50 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 12ba0a4
- Parents:
- eec901a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/target-scripts/target-gcc.sh
reec901a r23b6afb 194 194 3.4* ) 195 195 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" 196 203 ;; 197 204 esac … … 222 229 min_log_init ${BUILDLOGS} && 223 230 make ${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 \ 225 232 >> ${LOGFILE} 2>&1 && 226 233 echo " o Build OK" || barf
Note:
See TracChangeset
for help on using the changeset viewer.