diff options
author | Geoffrey Keating <geoffk@apple.com> | 2007-06-07 18:56:51 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2007-06-07 18:56:51 +0000 |
commit | e46b55d03847d5da02710dc7c53bed67edd007ad (patch) | |
tree | d9d864d915cd9c3d17707352d3bf0704f21f26ab /gcc/config.gcc | |
parent | abea993f795f6b843d0a9ea036a93cb5d6f90bc1 (diff) | |
download | gcc-e46b55d03847d5da02710dc7c53bed67edd007ad.zip gcc-e46b55d03847d5da02710dc7c53bed67edd007ad.tar.gz gcc-e46b55d03847d5da02710dc7c53bed67edd007ad.tar.bz2 |
Index: ChangeLog
2007-06-06 Geoffrey Keating <geoffk@apple.com>
Hui-May Chang <hm.chang@apple.com>
* doc/invoke.texi (Darwin Options): Update documentation for
-mmacosx-version-min.
* config.gcc (*-*-darwin*): Set extra_gcc_objs.
* config/darwin-driver.c: New file.
* config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION): New.
* config/t-darwin (darwin-driver.o): New rule.
* config/darwin-c.c (version_as_macro): Ignore low digit.
Index: testsuite/ChangeLog
2007-06-06 Geoffrey Keating <geoffk@apple.com>
* gcc.dg/darwin-minversion-3.c: New.
Co-Authored-By: Hui-May Chang <hm.chang@apple.com>
From-SVN: r125537
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 3b5882e..24364e8 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -393,6 +393,7 @@ case ${target} in c_target_objs="darwin-c.o" cxx_target_objs="darwin-c.o" extra_objs="darwin.o" + extra_gcc_objs="darwin-driver.o" default_use_cxa_atexit=yes case ${enable_threads} in "" | yes | posix) thread_file='posix' ;; |