diff options
author | Iain Sandoe <iains@gcc.gnu.org> | 2013-09-29 20:46:19 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2013-09-29 20:46:19 +0000 |
commit | 30b79fcb346330d4ae4f3bcf2741087c2730ab4e (patch) | |
tree | fb30f868f101b7ece14f9bd92e9a5592fdcee2a8 /gcc | |
parent | e1c5c87790fb8fa4a85db24a26f20edf990c4d98 (diff) | |
download | gcc-30b79fcb346330d4ae4f3bcf2741087c2730ab4e.zip gcc-30b79fcb346330d4ae4f3bcf2741087c2730ab4e.tar.gz gcc-30b79fcb346330d4ae4f3bcf2741087c2730ab4e.tar.bz2 |
gcc:
config/x-darwin commit correct version of the file
From-SVN: r203020
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/x-darwin | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/x-darwin b/gcc/config/x-darwin index e95ed1b..c6226c0 100644 --- a/gcc/config/x-darwin +++ b/gcc/config/x-darwin @@ -1,3 +1,3 @@ -#host-darwin.o : $(srcdir)/config/host-darwin.c -# $(COMPILE) $< -# $(POSTCOMPILE) +host-darwin.o : $(srcdir)/config/host-darwin.c + $(COMPILE) $< + $(POSTCOMPILE) |