Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Use GCC 4.2 on all systems, rather than the default
Browse files Browse the repository at this point in the history
This will use GCC 4.2 rather than inheriting 'system default'
so that the same compiler is used on both 10.5.8 and 10.6 systems
  • Loading branch information
alblue committed Jul 17, 2010
1 parent b2560df commit 8ae8d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zfs.xcodeproj/project.pbxproj
Expand Up @@ -2000,7 +2000,7 @@
GCC_C_LANGUAGE_STANDARD = c99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
GCC_VERSION = "";
GCC_VERSION = 4.2;
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
HEADER_SEARCH_PATHS = "$(SRCROOT)/usr/**";
OTHER_CFLAGS = (
Expand All @@ -2025,7 +2025,7 @@
ppc,
);
GCC_C_LANGUAGE_STANDARD = c99;
GCC_VERSION = "";
GCC_VERSION = 4.2;
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
HEADER_SEARCH_PATHS = "$(SRCROOT)/usr/**";
OTHER_CFLAGS = (
Expand Down

0 comments on commit 8ae8d31

Please sign in to comment.