search for: darwin_cc1_minversion

Displaying 2 results from an estimated 2 matches for "darwin_cc1_minversion".

2008 Oct 31
1
[LLVMdev] r57326 malfunctions?
...n r56923 followed by the reapplication of r569065 with a fix (r56946)... -- llvm-gcc-4.2/trunk/gcc/config/i386/darwin.h 2008/10/01 17:38:40 56923 +++ llvm-gcc-4.2/trunk/gcc/config/i386/darwin.h 2008/10/02 06:16:08 56946 @@ -101,6 +101,8 @@ %{!mmacosx-version-min=*: %{!miphoneos-version-min=*: %(darwin_cc1_minversion)}} \ "/* APPLE LOCAL ignore -mcpu=G4 -mcpu=G5 */"\ %<faltivec %<mno-fused-madd %<mlong-branch %<mlongcall %<mcpu=G4 %<mcpu=G5 \ + "/* APPLE LOCAL enable format security warnings */"\ + %{!Wno-format:-Wformat -Wformat-security} \ %{g: %{!fno-eliminate...
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
...TE_UNUSED) +{ + gcc_assert(0); +} + --- llvm-gcc4.2-2.4.source/gcc/config/i386/darwin.h.org 2008-11-01 22:59:42.000000000 -0400 +++ llvm-gcc4.2-2.4.source/gcc/config/i386/darwin.h 2008-11-01 23:00:37.000000000 -0400 @@ -101,8 +101,6 @@ %{!mmacosx-version-min=*: %{!miphoneos-version-min=*: %(darwin_cc1_minversion)}} \ "/* APPLE LOCAL ignore -mcpu=G4 -mcpu=G5 */"\ %<faltivec %<mno-fused-madd %<mlong-branch %<mlongcall %<mcpu=G4 %<mcpu=G5 \ - "/* APPLE LOCAL enable format security warnings */"\ - %{!Wno-format:-Wformat -Wformat-security} \ %{g: %{!fno-eliminate...