avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] gcc head is now 3.3


From: Theodore Roth
Subject: [avr-libc-dev] gcc head is now 3.3
Date: Tue, 30 Jul 2002 14:29:57 -0600 (MDT)

Hi,

It looks like the gcc cvs head has been bumped to 3.3. Does this patch
look like the right thing to do? This seems like an obvious change to me,
but maybe someone can justify why it shouldn't be >= 3.2.

Ted Roth

Index: crt1/gcrt1.S
===================================================================
RCS file: /cvsroot/avr-libc/avr-libc/crt1/gcrt1.S,v
retrieving revision 1.1
diff -u -r1.1 gcrt1.S
--- crt1/gcrt1.S    5 Jul 2002 20:38:44 -0000   1.1
+++ crt1/gcrt1.S    30 Jul 2002 20:24:30 -0000
@@ -23,8 +23,8 @@
    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    POSSIBILITY OF SUCH DAMAGE. */

-#if (__GNUC__ != 3) || (__GNUC_MINOR__ != 2)
-#error "GCC version 3.2 required"
+#if (__GNUC__ < 3) || (__GNUC_MINOR__ < 2)
+#error "GCC version >= 3.2 required"
 #endif

 #include "macros.inc"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]