Skip to content

Commit

Permalink
Cleaned up some arch and related definitions in 10.4 and 10.5 fusefs …
Browse files Browse the repository at this point in the history
…projects.
  • Loading branch information
unsound committed Jul 22, 2011
1 parent a0ee61b commit e2f609c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
16 changes: 0 additions & 16 deletions core/10.4/fusefs/fusefs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 5436C6550C9E753F00E78222 /* MacFUSE.xcconfig */;
buildSettings = {
ARCHS = (
i386,
ppc,
);
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_DYNAMIC_NO_PIC = NO;
Expand Down Expand Up @@ -604,10 +600,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 5436C6550C9E753F00E78222 /* MacFUSE.xcconfig */;
buildSettings = {
ARCHS = (
i386,
ppc,
);
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_POSTPROCESSING = YES;
Expand Down Expand Up @@ -843,10 +835,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 5436C6550C9E753F00E78222 /* MacFUSE.xcconfig */;
buildSettings = {
ARCHS = (
i386,
ppc,
);
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
Expand Down Expand Up @@ -889,10 +877,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 5436C6550C9E753F00E78222 /* MacFUSE.xcconfig */;
buildSettings = {
ARCHS = (
i386,
ppc,
);
COPY_PHASE_STRIP = YES;
DEPLOYMENT_POSTPROCESSING = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
Expand Down
12 changes: 6 additions & 6 deletions core/10.5/fusefs/fusefs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@
baseConfigurationReference = 54A06B920C9DE6060045DC0D /* MacFUSE.xcconfig */;
buildSettings = {
ARCHS = (
x86_64,
i386,
x86_64,
ppc,
);
COPY_PHASE_STRIP = NO;
Expand All @@ -571,7 +571,7 @@
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_NONCONFORMANT_CODE_ERRORS_AS_WARNINGS = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
"GCC_VERSION[sdk=macosx10.6][arch=x86_64]" = 4.2;
"GCC_VERSION[arch=x86_64]" = 4.2;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
Expand Down Expand Up @@ -599,7 +599,7 @@
INFOPLIST_PREPROCESSOR_DEFINITIONS = "";
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MACOSX_DEPLOYMENT_TARGET = 10.5;
"MACOSX_DEPLOYMENT_TARGET[sdk=macosx10.6][arch=x86_64]" = 10.6;
"MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
MODULE_NAME = com.google.filesystems.fusefs;
MODULE_START = fusefs_start;
MODULE_STOP = fusefs_stop;
Expand All @@ -620,8 +620,8 @@
baseConfigurationReference = 54A06B920C9DE6060045DC0D /* MacFUSE.xcconfig */;
buildSettings = {
ARCHS = (
x86_64,
i386,
x86_64,
ppc,
);
COPY_PHASE_STRIP = YES;
Expand All @@ -633,7 +633,7 @@
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_NONCONFORMANT_CODE_ERRORS_AS_WARNINGS = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
"GCC_VERSION[sdk=macosx10.6][arch=x86_64]" = 4.2;
"GCC_VERSION[arch=x86_64]" = 4.2;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
Expand Down Expand Up @@ -661,7 +661,7 @@
INFOPLIST_PREPROCESSOR_DEFINITIONS = "";
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MACOSX_DEPLOYMENT_TARGET = 10.5;
"MACOSX_DEPLOYMENT_TARGET[sdk=macosx10.6][arch=x86_64]" = 10.6;
"MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
MODULE_NAME = com.google.filesystems.fusefs;
MODULE_START = fusefs_start;
MODULE_STOP = fusefs_stop;
Expand Down

0 comments on commit e2f609c

Please sign in to comment.