diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2002-09-01 21:03:33 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2002-09-01 21:03:33 +0000 |
| commit | a8a3b181ed419f25a7d49f71693fa9fbc60f35c0 (patch) | |
| tree | 50f6e23530b60eac71f95e19f969fcee2fb5425b | |
| parent | ec748e0ef8c7af2321a55bfb987aca4ecc4ac3cf (diff) | |
Notes
| -rw-r--r-- | contrib/gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/gcc.c b/contrib/gcc/gcc.c index 35b76727249e..be4a666c093b 100644 --- a/contrib/gcc/gcc.c +++ b/contrib/gcc/gcc.c @@ -677,7 +677,7 @@ static const char *cpp_unique_options = %{MMD:-MMD %W{!o: %b.d}%W{o*:%.d%*}}\ %{M} %{MM} %W{MF*} %{MG} %{MP} %{MQ*} %{MT*}\ %{!E:%{!M:%{!MM:%{MD|MMD:%{o*:-MQ %*}}}}}\ - %{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2 -D__GNUC_PATCHLEVEL__=%v3}\ + %{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2 -D__GNUC_PATCHLEVEL__=%v3 -D__GXX_ABI_VERSION=102}\ %{!undef:%{!ansi:%{!std=*:%p}%{std=gnu*:%p}} %P} %{trigraphs}\ %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\ %{fno-inline|O0|!O*:-D__NO_INLINE__} %{ffast-math:-D__FAST_MATH__}\ |
