Print this page

        

@@ -41,14 +41,12 @@
 
 CFLAGS          += $(C_PICFLAGS) -D__INLINE $(XSTRCONST) $(LM_IL)
 CFLAGS64        += $(C_PICFLAGS) -D__INLINE $(XSTRCONST) $(LM_IL)
 sparc_CFLAGS    += -Wa,-xarch=v8plus
 
-CDEF_i386       = -DCOMPARISON_MACRO_BUG
 CPPFLAGS        += -DELFOBJ \
                 -DLIBM_MT_FEX_SYNC \
-                $(CDEF_$(TARGET_ARCH)) \
                 -I$(LIBMSRC)/C \
                 -I$(LIBMSRC)/$(LDBLDIR) -I$(LIBMDIR)/$(TARGET_ARCH)/src
 
 # GCC needs __C99FEATURES__ such that the implementations of isunordered,
 # isgreaterequal, islessequal, etc, exist.  This is basically equivalent to