From 876ca35db4d7cb65737954b577e544077de5a311 Mon Sep 17 00:00:00 2001 From: Apple Date: Wed, 27 Jul 2005 23:56:47 +0000 Subject: [PATCH] Libsystem-88.1.2.tar.gz --- Info.plist | 2 +- Makefile.postamble | 3 --- Makefile.preamble | 8 +++----- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Info.plist b/Info.plist index 4c9c6b1..c7fa684 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 8.0 + 8.2 CFBundleSignature ???? CarbonLazyValues diff --git a/Makefile.postamble b/Makefile.postamble index 979edc5..4a3ef50 100644 --- a/Makefile.postamble +++ b/Makefile.postamble @@ -75,6 +75,3 @@ $(OFILE_DIR)/%.ppc.o %.ppc.o $(OFILE_DIR)/%.ppc64.o %.ppc64.o $(OFILE_DIR)/%.i38 #------------------------------------------------------------------------- LIBGCC = $(shell $(CC) -arch $(RC_ARCHS) -print-file-name=libgcc.a) - -$(OFILE_DIR)/libgcc.unexport: - nm -g -arch $(RC_ARCHS) $(LIBGCC) | grep ' [A-TV-Z] ' | sed 's/^.* [A-Z] //' > $(OFILE_DIR)/libgcc.unexport diff --git a/Makefile.preamble b/Makefile.preamble index e2849a4..582ce09 100644 --- a/Makefile.preamble +++ b/Makefile.preamble @@ -1,6 +1,5 @@ -GCC = gcc-3.5 -GCCLIBS = -lgcc -OTHER_PRODUCT_DEPENDS += $(OFILE_DIR)/libgcc.unexport +GCC = gcc-4.0 +GCCLIBS = -lgcc -lgcc_eh BEFORE_BUILD += comm-page-symbols BEFORE_INSTALL += profile debug @@ -15,8 +14,7 @@ OTHER_LIBTOOL_FLAGS = $(OFILE_DIR)/spinlock_stub.o \ $(OFILE_DIR)/spinunlock_stub.o \ -L/usr/lib/system -sub_library libmathCommon \ -lmathCommon -sectorder __TEXT __text System.order \ - -segcreate __DATA __commpage $(OFILE_DIR)/CommPageSymbols.o \ - -unexported_symbols_list $(OFILE_DIR)/libgcc.unexport + -segcreate __DATA __commpage $(OFILE_DIR)/CommPageSymbols.o BSD_LIBS = c info kvm m pthread dbm poll dl rpcsvc -- 2.47.2