Deleted Added
full compact
1c1
< # $FreeBSD: head/gnu/usr.bin/cc/Makefile.fe 132751 2004-07-28 05:27:21Z kan $
---
> # $FreeBSD: head/gnu/usr.bin/cc/Makefile.fe 167471 2007-03-12 00:28:06Z kan $
5c5
< version!= sed -n /version_string/p ${GCCDIR}/version.c | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'
---
> GCC_VERSION!= sed -n /version_string/p ${GCCDIR}/version.c | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'
12,13c12,13
< -DDEFAULT_TARGET_VERSION=\"$(version)\" \
< -DDEFAULT_TARGET_MACHINE=\"$(target)\" \
---
> -DDEFAULT_TARGET_VERSION=\"$(GCC_VERSION)\" \
> -DDEFAULT_TARGET_MACHINE=\"$(GCC_TARGET)\" \