mirror of
https://github.com/darlinghq/darling-dbuskit.git
synced 2024-11-23 12:19:40 +00:00
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:
parent
49f9cf02e9
commit
a1e198bd70
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user