Skip to content

Commit

Permalink
* print LDFLAGS summary in the make output after CFLAGS summary (Hobbes)
Browse files Browse the repository at this point in the history
* Fix typo in make-macosx-ub.sh (Hobbes)
  • Loading branch information
tjdub committed Jan 3, 2008
1 parent cabf9b7 commit ff84183
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Makefile
Expand Up @@ -854,6 +854,12 @@ targets: makedirs
echo " $$i"; \
done
@echo ""
@echo " LDFLAGS:"
@for i in $(LDFLAGS); \
do \
echo " $$i"; \
done
@echo ""
@echo " Output:"
@for i in $(TARGETS); \
do \
Expand Down
2 changes: 1 addition & 1 deletion make-macosx-ub.sh
Expand Up @@ -90,7 +90,7 @@ if [ -d /Developer/SDKs/MacOSX10.4u.sdk ]; then
X86_SDK=/Developer/SDKs/MacOSX10.4u.sdk
X86_CFLAGS="-arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk \
-DMAC_OS_X_VERSION_MIN_REQUIRED=1040"
LDFLAGS="-arch i386 \
X86_LDFLAGS="-arch i386 \
-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
-mmacosx-version-min=10.4"
X86_ENV="CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS"
Expand Down

0 comments on commit ff84183

Please sign in to comment.