This commit is contained in:
Werner Lemberg 2009-12-16 08:36:24 +01:00
parent d818ba5979
commit 0770de9aac
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
2009-12-16 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
Improve configure.raw to copy some options from CFLAGS to LDFLAGS.
The linker of Mac OS X 10.6 is sensitive the architechture.
When the architechtures are specified explicitly for C compiler,
the linker requires the architechture specifications too.
Improve configure.raw to copy some options from CFLAGS to LDFLAGS.
The linker of Mac OS X 10.6 is sensitive to the architecture. If
the architectures are specified explicitly for the C compiler, the
linker requires the architecture specifications too.
* builds/unix/configure.raw: Replace `-isysroot' option parser
by more generic argument parser.
* builds/unix/configure.raw: Replace `-isysroot' option parser by
more generic argument parser.
2009-12-15 Werner Lemberg <wl@gnu.org>