Skip to content

Commit

Permalink
Bug 947083 - Kill elf-dynstr-gc. r=ted
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Dec 6, 2013
1 parent 86a3745 commit a318d1b
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,274 deletions.
15 changes: 0 additions & 15 deletions config/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
# libstdc++-compat is not built yet.
MOZ_LIBSTDCXX_HOST_VERSION =

ifndef CROSS_COMPILE
ifdef COMPILE_ENVIRONMENT
ifdef USE_ELF_DYNSTR_GC
export:: elf-dynstr-gc
endif
endif
endif

# IMPORTANT: Disable NSBUILDROOT for this directory only, otherwise we have
# a recursive rule for finding nsinstall and the Perl scripts.
ifdef NSBUILDROOT
Expand Down Expand Up @@ -114,13 +106,6 @@ endif
GARBAGE += \
$(FINAL_LINK_COMPS) $(FINAL_LINK_LIBS) $(FINAL_LINK_COMP_NAMES) buildid $(srcdir)/*.pyc *.pyc

ifndef CROSS_COMPILE
ifdef USE_ELF_DYNSTR_GC
elf-dynstr-gc: elf-dynstr-gc.c $(GLOBAL_DEPS) $(call mkdir_deps,$(MDDEPDIR))
$(CC) $(COMPILE_CFLAGS) $(GLIB_CFLAGS) -DELFDYNSTRGC_BUILD -o $@ $< $(LDFLAGS) $(GLIB_LIBS)
endif
endif

FORCE:

check-preqs = \
Expand Down
14 changes: 0 additions & 14 deletions config/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -631,20 +631,6 @@ DEPENDENCIES = .md

MOZ_COMPONENT_LIBS=$(XPCOM_LIBS) $(MOZ_COMPONENT_NSPR_LIBS)

ifeq ($(OS_ARCH),OS2)
ELF_DYNSTR_GC = echo
else
ELF_DYNSTR_GC = :
endif

ifndef CROSS_COMPILE
ifdef USE_ELF_DYNSTR_GC
ifdef MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS
ELF_DYNSTR_GC = $(DEPTH)/config/elf-dynstr-gc
endif
endif
endif

ifdef MACOSX_DEPLOYMENT_TARGET
export MACOSX_DEPLOYMENT_TARGET
endif # MACOSX_DEPLOYMENT_TARGET
Expand Down
Loading

0 comments on commit a318d1b

Please sign in to comment.