1 2010-08-06 Bob Wilson <bob.wilson@apple.com>
4 * Makefile.in (FLAGS_FOR_TARGET): Add $(SYSROOT_CFLAGS_FOR_TARGET).
5 * build_gcc: Configure for powerpc using --with-build-sysroot.
7 2010-07-29 Bob Wilson <bob.wilson@apple.com>
10 * mode-hdrs: Remove this directory and all its contents.
11 * build_gcc: Stop installing files from more-hdrs.
13 2010-07-29 Bob Wilson <bob.wilson@apple.com>
16 * more-hdrs/ppc_intrinsics.h: Moved to gcc/config/rs6000.
18 2010-06-28 Jim Grosbach <grosbach@apple.com>
21 * build_gcc: Set DEFAULT_TARGET_OS to iOS when specified, OSX
24 2009-05-27 Bob Wilson <bob.wilson@apple.com>
27 * build_gcc: When the Legacy PDK (or whatever B&I uses) is not
28 available, fall back to use the internal iPhone SDK with the tools
29 from the iPhone platform directory.
31 2009-02-25 Jim Grosbach <grosbach@apple.com>
34 * build_gcc (ARM_MAKEFLAGS, ARM_MULTILIB_ARCHS): New.
35 * build_libgcc (ARM_MAKEFLAGS, ARM_MULTILIB_ARCHS): New.
37 2008-10-09 Devang Patel <dpatel@apple.com>
40 * driverdriver.c (get_arch_name): Enable 64 bit by default in x86.
41 (main): Check -m32 and -m64 on command line. Select default -arch.
43 2008-09-05 Josh Conner <jconner@apple.com>
46 * build_gcc: Add support for LANGUAGES.
48 2008-09-03 Josh Conner <jconner@apple.com>
51 * build_gcc (ARM_CONFIGFLAGS): On ARM, Configure
52 --with-build-sysroot instead of --with-sysroot.
53 * build_libgcc (ARM_CONFIGFLAGS): Likewise.
55 2008-08-25 Josh Conner <jconner@apple.com>
58 * build_libgcc: Strip libgcc.
61 * build_libgcc: Disable bootstrap if BOOTSTRAP is empty.
63 2008-08-06 Eugene Marinelli <marinelli@apple.com>
66 * driverdriver.c (main): Instead of aborting, print a fatal error when
67 there is no argument after -o.
69 2008-08-07 Jim Grosbach <grosbach@apple.com>
71 * build_libgcc: enable building fat for v4/v6/v7
73 2008-06-27 Josh Conner <jconner@apple.com>
75 * build_libgcc: s/[^-]-enable-werror/--enable-werror/
76 Also, strip out --enable-werror for ARM builds.
78 2008-06-19 Josh Conner <jconner@apple.com>
80 * build_gcc: s/[^-]-enable-werror/--enable-werror/g
82 2008-06-04 Josh Conner <jconner@apple.com>
85 * build_gcc: Use 4.2.1 libstdcxx headers for ARM.
87 2008-05-09 Josh Conner <jconner@apple.com>
90 * build_libgcc (TRANSLATE_ARCH): Add s/armv6/arm/.
92 2008-04-15 Josh Conner <jconner@apple.com>
95 * build_gcc: Translate armv6->arm in HOSTS and TARGETS. Also,
96 don't try to build libgomp for ARM.
98 2008-02-07 Josh Conner <jconner@apple.com>
101 * driverdriver.c (do_compile_separately): New variable
102 ifn_found, provide a fatal error if set twice for a single
105 2008-01-17 Josh Conner <jconner@apple.com>
107 * driverdriver.c (do_compile): Move malloc of
108 arch_specific_argv to after call to add_arch_options.
110 2008-01-09 Josh Conner <jconner@apple.com>
113 * driverdriver.c (arch_conditional): New global...
114 (initialize): ...initialize it.
115 (filter_args_for_arch): New function...
116 (do_compile): ...use it.
117 (do_compile_separately): Maintain arch_conditional.
118 (main): Set arch_conditional. Configure and use
119 arch_specific_argc and arch_specific_argv. Pass args through
120 filter_args_for_arch.
122 2007-11-07 Josh Conner <jconner@apple.com>
125 * GNUmakefile: Add install_libgcc target.
126 * build_libgcc: New file.
128 2007-10-26 Josh Conner <jconner@apple.com>
131 * configure: Don't configure libgomp, libobjc, libstdc++-v3, or
132 libssp for arm-*-darwin*.
133 * configure.in: Likewise.
134 * driverdriver.c (arch_config_map): Add arm variants.
135 (add_arch_options): Likewise.
136 * build_gcc: For ARM, configure with sysroot.
138 2007-08-30 Josh Conner <jconner@apple.com>
140 * build_gcc: Add and use CROSS_TARGETS.
141 Use intermediate compiler instead of destination compiler when
142 building driver-driver.
144 2007-07-31 Mike Stump <mrs@apple.com>
147 * REMOVED: Document removed files.
149 2007-06-20 Eric Christopher <echristo@apple.com>
152 * order-files: Delete.
154 2007-06-18 Eric Christopher <echristo@apple.com>
156 * build_gcc (I386_CPU): Remove and remove all uses.
158 2006-12-13 Geoffrey Keating <geoffk@apple.com>
161 * driverdriver.c: New.
162 * build_gcc: Use driverdriver.c rather than
163 gcc/config/darwin-driver.c.
165 2007-05-23 Eric Christopher <echristo@apple.com>
168 * build_gcc: Build target libraries for all native compilers. Rewrite
169 libgomp install handling.
171 2007-05-16 Eric Christopher <echristo@apple.com>
174 * build_gcc: Copy over libgomp.a and libgomp.spec.
176 2007-05-03 Mike Stump <mrs@apple.com>
179 * build_gcc: Don't hardcode OS version number.
181 2007-03-21 Mike Stump <mrs@apple.com>
184 * build_gcc: Add links for as and ld so the driver can find them
185 even when they aren't in the path.
187 2007-03-15 Mike Stump <mrs@apple.com>
190 * build_gcc: Stubify libstdc++.dylib instead of symlinking.
192 2007-02-27 Geoffrey Keating <geoffk@apple.com>
195 * build_gcc: Copy contents of dSYM directories, not just
198 2007-02-06 Mike Stump <mrs@apple.com>
201 * build_gcc: Remove sdk bits.
205 2007-01-19 Mike Stump <mrs@apple.com>
208 * build_gcc: Add glue for libstdcxx.
210 2007-01-17 Mike Stump <mrs@apple.com>
213 * GNUmakefile (SRC): Use $(shell ) instead of ``.
215 2007-01-05 Geoffrey Keating <geoffk@apple.com>
218 * build_gcc: Copy .dSYM files to ~sym even if they are directories.
220 2006-12-22 Mike Stump <mrs@apple.com>
223 * build_gcc: Remove support for extra headers from more-hdrs for
224 include/machine. Move sdk building support after compiler builds.
225 * more-hdrs/machine: Remove.
226 * sdk: Generate the 10.4u and 10.4.0.Internal SDK bits.
227 Generate the 10.3.9 and 10.3.internal SDK bits.
229 2006-12-21 Mike Stump <mrs@apple.com>
232 * build_gcc: Add SDK compiler bits.
236 2006-12-14 Mike Stump <mrs@apple.com>
239 * build_gcc (HTMLDIR): Update for Leopard.
241 2006-12-07 Mike Stump <mrs@apple.com>
244 * build_gcc: Add glue for libstdcxx still being darwin8, but allow
245 for the day when they install as 9.
247 2006-09-25 Geoffrey Keating <geoffk@apple.com>
249 * build_gcc: Expect DWARF debug info in produced executables.
251 2006-09-25 Eric Christopher <echristo@apple.com>
254 * build_gcc (I386_CPU): Default to apple cpu.
256 2006-09-07 Eric Christopher <echristo@apple.com>
259 * more-hdrs/stdint.h: Make constants 64-bit.
261 2006-08-15 Geoffrey Keating <geoffk@apple.com>
264 * build_gcc: Don't install libgcc dylibs.
266 2006-07-12 Eric Christopher <echristo@apple.com>
269 * build_gcc (SHARED_LIBS): Add compatibility libraries.
271 2006-06-27 Eric Christopher <echristo@apple.com>
274 * build_gcc: Fix soft links for 64-bit multilibs.
276 2006-06-22 Eric Christopher <echristo@apple.com>
279 * build_gcc: Remove libgcc extra library handling. Create
280 soft links for 64-bit multilib.
282 2006-05-05 Eric Christopher <echristo@apple.com>
285 * build_gcc: Change default x86 processor to nocona and
288 2006-03-12 Eric Christopher <echristo@apple.com>
290 * build_gcc: Support x86_64 multilib.
292 2006-05-06 Eric Christopher <echristo@apple.com>
295 * build_gcc: Unset CC.
297 2006-06-04 Devang Patel <dpatel@apple.com>
299 * README.Apple: Remove outdated info.
301 2006-06-04 Devang Patel <dpatel@apple.com>
303 * README.Apple: Update web links.
305 2006-03-15 Devang Patel <dpatel@apple.com>
308 * build_gcc (MACOSX_DEPLOYMENT_TARGET): Do not unset.
310 2006-03-09 Devang Patel <dpatel@apple.com>
313 * build_gcc (MACOSX_DEPLOYMENT_TARGET): Unset.
315 2006-01-23 Geoffrey Keating <geoffk@apple.com>
318 * build_gcc (CONFIGFLAGS): Add --with-slibdir.
320 2006-01-17 Geoffrey Keating <geoffk@apple.com>
323 * build_gcc: Copy dylibs before stripping.
325 2005-10-24 Matthew Sachs <msachs@apple.com>
328 * GNUmakefile: Take HOSTS and TARGETS from RC_ARCHS if it's set.
330 2005-10-17 Geoffrey Keating <geoffk@apple.com>
333 * build_gcc (CFLAGS): Just prepend to RC_NONARCH_CFLAGS.
335 2005-10-07 Matthew Sachs <msachs@apple.com>
338 * build_gcc: Link against gcc's copy of libiberty when building the
339 Darwin driver; build Darwin driver for hosts, not targets.
341 2005-10-01 Geoffrey Keating <geoffk@apple.com>
343 * build_gcc: Make strip and lipo target versions. Update libgcc
344 names. Don't strip stub libraries.
346 2005-07-11 Geoffrey Keating <geoffk@apple.com>
348 * libstdc++-v3: Remove all APPLE LOCAL markers.
350 2005-07-08 Mike Stump <mrs@apple.com>
352 * Merge from gcc_4_0_0_release to gcc_4_0_1_release.
354 2005-07-16 Geoffrey Keating <geoffk@apple.com>
356 * build_gcc (LIBSTDCXX_VERSION): New.
357 (Run the build): Don't build libstdc++.
358 (CONFIGFLAGS): Have program-transform-name change 'g++' too.
359 Change --with-gxx-include-dir to point to new libstdc++ location.
360 (Rearrange various libraries): Remove libstdc++-related stuff.
361 (bin): Find all the g++ drivers.
362 (lib): Explicitly name libgcc libraries.
363 Dramatically simplify installed-name logic.
364 (include): Don't do anything with c++ headers.
365 (Install man pages): Don't handle g++.1 specially.
367 2005-07-05 Geoffrey Keating <geoffk@apple.com>
369 * more-hdrs/stdint.h (WCHAR_MIN): Don't define if already defined.
371 2005-06-19 Geoffrey Keating <geoffk@apple.com>
373 * more-hdrs/stdint.h (INT32_C): Don't use ##L.
374 (UINT32_C): Likewise.
376 2005-06-16 Geoffrey Keating <geoffk@apple.com>
378 * build_gcc: Use -Werror when building with ourself.
380 2005-06-01 Mike Stump <mrs@apple.com>
382 Merge in chablis-branchpoint->chablis-merge-2005-06-01.
384 2005-05-18 Mike Stump <mrs@apple.com>
387 * build-gcc: Don't strip shell scripts, chgrp to wheel when done,
388 and rebuild less when doing a rebuild.
390 2005-04-13 Geoff Keating <dalej@apple.com>
393 * build_gcc (I386_CPU): Make prescott the default.
395 2005-04-11 Geoffrey Keating <geoffk@apple.com>
397 * build_gcc: Use I386_CPU each time something is configured
401 2005-02-28 Stan Shebs <shebs@apple.com>
402 Ian Ollmann <iano@apple.com>
405 * more-hdrs/ppc_intrinsic.h: Make 64-bit friendly:
406 (__lwbrx, __rlwnm, __rlwinm, __mulhw, __mulhwu): Use int
407 instead of long for 32-bit values.
408 (__cntlzw, __cntlzd): Use existing builtins.
410 2005-01-24 Robert Bowdidge <bowdidge@apple.com>
412 * build_gcc: run nmedit on libcc_kext.a so that dependent kexts can
413 all have their own copy of (say) divdi3. This returns libcc_kext.a to
414 how things were done in gcc-3.3.
416 2005-01-18 Stuart Hastings <stuart@apple.com>
419 * more-hdrs/stdint.h (intmax_t, unitmax_t): Derive from __INTMAX_TYPE__,
420 __UINTMAX_TYPE__ if available.
422 2004-12-16 Stan Shebs <shebs@apple.com>
424 * build_gcc: Lipo in the ppc64 libstdc++ dylib if it exists.
426 2004-12-16 Geoffrey Keating <geoffk@apple.com>
429 * more-hdrs/float.h: Replace by stub for Metrowerks.
431 * more-hdrs/stdbool.h: Add Metrowerks stub-ness.
433 2004-12-06 Mike Stump <mrs@apple.com>
436 * more-hdrs/machine/limits.h: Instead of fixincluding files we own,
438 * build_gcc (more-hdrs): Fix up nested header support.
439 * fixincludes/fixinc.in: Add apple local markers, avoid 64bit hack
442 2004-11-27 Stan Shebs <shebs@apple.com>
444 libstdc++-v3/configure.ac: Always treat Darwin 8.x targets as if they
445 were cross-compiling.
446 libstdc++-v3/configure: Regenerate.
448 2004-11-23 Geoffrey Keating <geoffk@apple.com>
451 * build_gcc: Don't install any header from more-hdrs
452 that Libc has already provided.
454 * fixincludes/inclhack.def (darwin_stdint_guards_intn): Remove
455 _DECLARED from end of guard macro names.
456 (darwin_stdint_guards_intptr): Likewise.
457 (darwin_stdint_guards_uintptr): Likewise.
458 * more-hdrs/stdint.h: Likewise.
459 * fixincludes/fixincl.x: Regenerate.
461 2004-11-23 Stan Shebs <shebs@apple.com>
463 * build_gcc: Detect Darwin version (7 vs 8), and append
464 version to all the "-apple-darwin" pathnames.
465 * libstdc++-v3/configure: Remove bringup hack.
467 2004-11-13 Stan Shebs <shebs@apple.com>
469 * fixincludes/fixinc.in: Revive 64-bit bandaid.
471 2004-11-12 Matt Austern <austern@apple.com>
473 * build_gcc: don't install more_hdrs/assert.h on Tiger systems.
475 2004-11-09 Geoffrey Keating <geoffk@apple.com>
477 * build_gcc: lipo the libexec/.../install-tools files together.
479 2004-11-08 Geoffrey Keating <geoffk@apple.com>
481 * fixincludes/inclhack.def (darwin_macosx_deployment_target): New.
482 * fixincludes/fixincl.x: Regenerate.
484 2004-11-05 Geoffrey Keating <geoffk@apple.com>
486 * GNUmakefile: Say 'install' and 'clean' are phony targets.
488 2004-11-02 Stan Shebs <shebs@apple.com>
490 * configure.in: Disable target-libobjc on Darwin for now.
491 * configure: Likewise.
493 2004-10-13 Geoffrey Keating <geoffk@apple.com>
496 * more-hdrs/stdint.h: Don't include sys/types.h. Define
497 int*_t, intptr_t, and uintptr_t here, with guards. Define
498 WINT_{MIN,MAX} and SIG_ATOMIC_{MIN,MAX}.
499 * fixincludes/inclhack.def (darwin_stdint_guards_intn): New.
500 (darwin_stdint_guards_intptr): New.
501 (darwin_stdint_guards_uintptr): New.
502 * fixincludes/fixincl.x: Regenerate.
504 2004-10-11 Devang Patel <dpatel@apple.com>
507 * more-hdrs/ppc_intrinsics.h (__lwsync, __cntlzd, __dcbzl,
508 __fctidz, __fctid, __fcfid, __nop): New.
510 2004-10-07 Robert Bowdidge <bowdidge@apple.com>
512 * build_gcc: remove directories /usr/libexec/gcc/darwin/arch/4.0 and
513 /usr/lib/gcc/darwin/arch/4.0 that are no longer needed.
515 2004-10-07 Robert Bowdidge <bowdidge@apple.com>
517 * build_gcc: Remove earlier patch for copying cpp into
518 /usr/libexec/blah. /usr/bin/cpp will now use gcc -E to do preprocessing
519 rather than each compiler's cpp.
521 2004-09-27 Robert Bowdidge <bowdidge@apple.com>
523 * build_gcc: change cp -r to cp -R to ensure we copy symbolic links
525 2004-09-27 Robert Bowdidge <bowdidge@apple.com>
527 * build_gcc: set install names and dependent library references
528 to the major name for each of the gcc-produced dylibs.
530 2004-09-24 Stan Shebs <shebs@apple.com>
532 * more-hdrs/ppc_intrinsics.h: Test __ppc64__ also.
534 2004-09-23 Stan Shebs <shebs@apple.com>
536 * build_gcc: Detect version 3.5.0, enable 64-bit bringup option
537 and disable dylib building, also manually copy ppc64 archives
538 to their preferred locations, and don't run strip on 64-bit
540 * libstdc++-v3/configure: Filter out -m64 option when configuring,
541 then add back for compilation proper.
543 2004-09-23 Robert Bowdidge <bowdidge@apple.com>
545 Change build_gcc so it continues to put cpp in
546 /usr/libexec/gcc/darwin/(architecture)/(version).
547 This is neeed so /usr/bin/cpp will continue to work when changing
548 to gcc-3.5 or gcc-4.0. Radar 3763777.
550 2004-09-23 Ziemowit Laski <zlaski@apple.com>
553 Merge in updated ObjC/ObjC++ bits from mainline.
555 2004-09-15 Mike Stump <mrs@apple.com>
557 Merge in changes from mainline, from apple-ppc-merge-20040821
558 to apple-ppc-merge-20040907.
560 2004-08-29 Andrew Pinski <apinski@apple.com>
562 * more-hdrs/ppc_intrinsics.h (__mfspr): Put __extension
563 in front of the statement expression.
565 2004-08-23 Mike Stump <mrs@apple.com>
567 Merge in changes from mainline, from apple-ppc-mergepoint-20040816
568 to apple-ppc-merge-20040821.
570 2004-08-19 Geoffrey Keating <geoffk@apple.com>
573 * more-hdrs/inttypes.h: Update copyright notice, revise handling
574 of macros for which Jaguar doesn't support the C99 modifiers,
575 correct *FASTn for n < 32, correct *PTR.
577 2004-08-19 Geoffrey Keating <geoffk@apple.com>
579 * more-hdrs/stdint.h: Correct some typos in comments.
581 2004-08-18 Matthew Sachs <msachs@apple.com>
583 * Merge apple-ppc-branch 2004-08-17\ 03:07:00Z
584 with -j lno-merge-20040718 -j apple-ppc-mergepoint-20040816 .
585 The first tag is the point on mainline which LNO merged from right
586 before our last merge with lno-branch; the second point is
587 HEAD:2004-08-15T17:16:16Z
589 2004-08-16 Matthew Sachs <msachs@apple.com>
591 * Mark unmarked APPLE LOCAL changes and remove some ancient cruft
593 2004-08-05 Robert Bowdidge <bowdidge@apple.com>
595 * Merge lno-branch as of 2004-07-19\ 00:00Z into
596 apple-ppc-branch. The merged compiler is tagged as
597 after-lno-20040719-merge-to-apple-ppc. The pre-merge compiler is
598 tagged as before-lno-20040719-merge-to-apple-ppc. The merge point
599 is tagged as apple-ppc-merge-20040719 on the lno-branch.
601 Merge lno-branch as of 2004:05:29 00:00 GMT into
602 apple-ppc-branch. Pre-merge apple-ppc-branch
603 is tagged as: before-lno-20040530-merge-to-apple-ppc
605 2004-07-28 Matt Austern <austern@apple.com>
607 Backport radar 3721776 patch from FSF mainline.
608 * config/darwin.c (darwin_one_byte_bool): New global variable.
609 * config/darwin.h (darwin_one_byte_bool): Declare.
610 (SUBTARGET_OPTIONS): Define macro. (for -mone-byte-bool flag.)
611 * config/rs6000/darwin.h (BOOL_TYPE_SIZE): Conditionalize on
612 value of darwin_one_byte_bool.
613 * doc/invoke.texi: Document -mone-byte-bool flag.
614 * testsuite/gcc.dg/darwin-bool-1.c: New test.
615 * testsuite/gcc.dg/darwin-bool-2.c: New test.
617 2004-07-26 Matt Austern <austern@apple.com>
619 Radar 3739315 and 3739328
620 * Forward-port dead-code-stripping changes in config/darwin.[ch]
623 2004-07-13 Matt Austern <austern@apple.com>
625 Radar 3278745, 3419910, 3432773
626 * Fix small problems in more-hdrs/stdint.h and more-hdrs/inttypes.h
628 2004-06-25 Matthew Sachs <msachs@apple.com>
631 * Clean up APPLE LOCAL markers.
633 2004-06-17 Jon Ziegler <jonz@apple.com>
636 * Update pointers to source code in documentation to reflect new location.
638 2004-06-16 Jon Ziegler <jonz@apple.com>
641 * Revert to apple-gcc-1762 plus Dorit/Devang's 2004-06-15 patch.
643 2004-06-15 Jon Ziegler <jonz@apple.com>
646 * build_gcc: run ranlib on archives after strip(1)
648 2004-06-07 Jon Ziegler <jonz@apple.com>
651 * build_gcc: Change directory for developer docs.
653 2005-06-04 Fariborz Jahanian <fjahanian@apple.com>
655 Merge lno-branch as of 2004:05:29 00:00 GMT into
656 apple-ppc-branch. Pre-merge apple-ppc-branch
657 is tagged as: before-lno-20040530-merge-to-apple-ppc
659 2004-05-11 Devang Patel <dpatel@apple.com>
661 * build_gcc: Revert previous fix for g++ man page.
662 Fix name of installed g++ name page.
664 2004-05-06 Mike Stump <mrs@apple.com>
666 * build_gcc: Fix manual page name for g++.1.
668 2004-04-29 Robert Bowdidge <bowdidge@apple.com>
671 * build_gcc: correctly lipo gcov
673 2004-04-29 Devang Patel <dpatel@apple.com>
675 Merge lno-branch as of 2004:04:18 00:00 into
678 2004-04-22 Devang Patel <dpatel@apple.com>
680 Radar 3401402 and 3511029
681 * build_gcc: Add support to build darwin driver.
683 2004-04-21 Robert Bowdidge <bowdidge@apple.com>
685 * build_gcc: Add --disable-libmudflap to the list of options to
686 configure. Option needed to keep gcc building on recent internal
687 builds of the OS. [Radar 3630321]