Skip to content

Commit

Permalink
contrib: Remove LD,STRIP etc redefinition.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdherbemont committed Nov 5, 2010
1 parent d25dc67 commit 635efb6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions extras/contrib/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,6 @@ case $TARGET in
CFLAGS_TUNING=" -march=core2 -mtune=core2 -m64 -arch x86_64"
EXTRA_LDFLAGS=" -arch x86_64"

# FIXME - is this stuff needed?
LD="ld"
RANLIB="ranlib"
AR="ar"
STRIP="strip"

add_enabled_makefile_cfg "HAVE_DARWIN_OS_ON_INTEL"
add_makefile_cfg "PATH = /bin:/usr/bin:/usr/local/bin"
if test $TARGET = "x86_64-apple-darwin10"; then
Expand Down

0 comments on commit 635efb6

Please sign in to comment.