Remove redundant fixup for atomic operations linkage errors on 32bit intel platforms.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/dbuskit/trunk@32546 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Niels Grewe 2011-03-13 12:56:19 +00:00
parent 49f9cf02e9
commit a1e198bd70
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2011-03-13 Niels Grewe <niels.grewe@halbordnung.de>
* Source/GNUmakefile: Remove redundant fixup for atomic
operations linkage errors on 32bit intel platforms.
2011-02-28 Niels Grewe <niels.grewe@halbordnung.de>
* configure.ac: Import a lot of autoconf stuff to detect whether

View File

@ -52,14 +52,6 @@ ifneq ($(nonstrict), yes)
DBusKit_OBJCFLAGS += -Werror
endif
ifneq ($(findstring gcc, $(CC)),)
# Make gcc emit the correct code for synchronisation intrinsics
ifeq ($(GNUSTEP_TARGET_CPU), ix86)
DBusKit_OBJCFLAGS += -march=i586
endif
endif
-include ../GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/framework.make