]> gcc.gnu.org Git - gcc.git/commitdiff
avr.h (CPP_SPEC): Don't handle -posix.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 14 Jan 2011 18:47:52 +0000 (18:47 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 14 Jan 2011 18:47:52 +0000 (18:47 +0000)
* config/avr/avr.h (CPP_SPEC): Don't handle -posix.
(CC1_SPEC): Don't handle -profile.

From-SVN: r168807

gcc/ChangeLog
gcc/config/avr/avr.h

index 144c9b46b2fa2641a69b2cef79edac3b798a292b..6989f9d16e630a5957735a88840c680088c60878 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-14  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
+       (CC1_SPEC): Don't handle -profile.
+
 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
 
        * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
index 9ad914e4e68785f54fbea404fe1c6d653dd3cbcb..9a7107820fa01610f120f895c564dd57d2659d84 100644 (file)
@@ -1,7 +1,7 @@
 /* Definitions of target machine for GNU compiler,
    for ATMEL AVR at90s8515, ATmega103/103L, ATmega603/603L microcontrollers.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 
-   2008, 2009, 2010
+   2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
    Contributed by Denis Chertykov (chertykov@gmail.com)
 
@@ -739,9 +739,9 @@ extern const char *avr_device_to_devicelib (int argc, const char **argv);
   { "device_to_startfile", avr_device_to_startfiles }, \
   { "device_to_devicelib", avr_device_to_devicelib },
 
-#define CPP_SPEC "%{posix:-D_POSIX_SOURCE}"
+#define CPP_SPEC ""
 
-#define CC1_SPEC "%{profile:-p}"
+#define CC1_SPEC ""
 
 #define CC1PLUS_SPEC "%{!frtti:-fno-rtti} \
     %{!fenforce-eh-specs:-fno-enforce-eh-specs} \
This page took 0.0722930000000001 seconds and 5 git commands to generate.