summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-14 18:47:52 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-14 18:47:52 +0000
commitd89fb5e4090e1d6d7f4a3dcb78ed4d9bb287befa (patch)
treeccbaac4274e8c71ff7d881ad51f71d3e73c78b41 /gcc
parentf54a5eec9830f2d557d324fcee5e654ff0cf1f08 (diff)
downloadgcc-d89fb5e4090e1d6d7f4a3dcb78ed4d9bb287befa.tar.gz
* config/avr/avr.h (CPP_SPEC): Don't handle -posix.
(CC1_SPEC): Don't handle -profile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168807 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/avr/avr.h6
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 144c9b46b2f..6989f9d16e6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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.
* config/mips/mips.h (CC1_SPEC): Likewise.
diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h
index 9ad914e4e68..9a7107820fa 100644
--- a/gcc/config/avr/avr.h
+++ b/gcc/config/avr/avr.h
@@ -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} \