Commit 635efb62 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

contrib: Remove LD,STRIP etc redefinition.

parent d25dc67d
...@@ -238,12 +238,6 @@ case $TARGET in ...@@ -238,12 +238,6 @@ case $TARGET in
CFLAGS_TUNING=" -march=core2 -mtune=core2 -m64 -arch x86_64" CFLAGS_TUNING=" -march=core2 -mtune=core2 -m64 -arch x86_64"
EXTRA_LDFLAGS=" -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_enabled_makefile_cfg "HAVE_DARWIN_OS_ON_INTEL"
add_makefile_cfg "PATH = /bin:/usr/bin:/usr/local/bin" add_makefile_cfg "PATH = /bin:/usr/bin:/usr/local/bin"
if test $TARGET = "x86_64-apple-darwin10"; then if test $TARGET = "x86_64-apple-darwin10"; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment