Deleted Added
full compact
21a22
> /* $FreeBSD: head/contrib/gcc/config/i386/freebsd64.h 98599 2002-06-21 22:54:24Z obrien $ */
22a24
>
29a32,41
> #undef CC1_SPEC
> #define CC1_SPEC "%(cc1_cpu) %{profile:-p} \
> %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
> %{maout: %{!mno-underscores: %{!munderscores: -munderscores }}}"
>
> #undef ASM_SPEC
> #define ASM_SPEC "%{v*: -v} %{maout: %{fpic:-k} %{fPIC:-k}} \
> %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \
> %{Wa,*:%*} %{m32:--32}"
>