Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Mar 2010 18:00:37 +0100
From:      Jille Timmermans <jille@quis.cx>
To:        jhell <jhell@DataIX.net>
Cc:        Garrett Cooper <yanefbsd@gmail.com>, freebsd-hackers@freebsd.org
Subject:   Re: Compiling kernel with gcc43
Message-ID:  <4BACE835.2020300@quis.cx>
In-Reply-To: <alpine.BSF.2.00.1003261215190.5867@pragry.qngnvk.ybpny>
References:  <201003242258.05830.lobo@bsd.com.br> <9884b5281003250924i462eee68uf2a7eba7dd864033@mail.gmail.com> <bc2d971003251004r737a50cfmbf8df8d6cddbcd5c@mail.gmail.com> <9884b5281003251018g2599bfc9nec53b84253372e42@mail.gmail.com> <7d6fde3d1003251031v3564bc5q6ecea8de125947f5@mail.gmail.com> <4BACB021.9000502@quis.cx> <alpine.BSF.2.00.1003261215190.5867@pragry.qngnvk.ybpny>

next in thread | previous in thread | raw e-mail | index | archive | help
Op 26-3-2010 17:17, jhell schreef:
>
> On Fri, 26 Mar 2010 09:01, Jille Timmermans wrote:
> In Message-Id: <4BACB021.9000502@quis.cx>
>
>> Op 25-3-2010 18:31, Garrett Cooper schreef:
>>> -Wno-error .
>>> -Garrett
>>>
>> I tried building world with it; but it doesn't seem to work :(
>>
>> [quis@istud /usr/src]$ CFLAGS="-Wno-error -Garrett" make buildworld
>> [snip]
>> cc: unrecognized option '-Garrett'
>>
>> ;)
>>
>> -- Jille
>
> ROFL I sure hope your kidding!
>
> because "cc --Jille" won't work either!
>
>
Let me fix that for you ;)

Index: opts.c
===================================================================
--- opts.c      (revision 205649)
+++ opts.c      (working copy)
@@ -429,6 +429,10 @@
                 }
             }
         }
+      else if (!strcmp (argv[i], "--Jille"))
+       {
+         optimize = 3;
+       }
      }

    if (!optimize)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BACE835.2020300>