diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-17 23:56:41 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-17 23:56:41 +0000 |
commit | c3bdbc8f1a8b0ca786f26ffa29b3445e2f823e1c (patch) | |
tree | c0c183a61393e3f02dd1b8b6ec8d70e74d331871 /config/bootstrap-debug.mk | |
parent | 13ffe55f99440fec09ab4d8ba8bf8d448a6db83c (diff) | |
download | gcc-c3bdbc8f1a8b0ca786f26ffa29b3445e2f823e1c.tar.gz |
Merge to 148549.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/transactional-memory@148636 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/bootstrap-debug.mk')
-rw-r--r-- | config/bootstrap-debug.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/bootstrap-debug.mk b/config/bootstrap-debug.mk new file mode 100644 index 00000000000..521be824194 --- /dev/null +++ b/config/bootstrap-debug.mk @@ -0,0 +1,2 @@ +STAGE2_CFLAGS += -g0 +do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2 |