ICU-10132 Reverting to options as of r477 - regressed in r32558

X-SVN-Rev: 34220
This commit is contained in:
Steven R. Loomis 2013-09-06 06:22:23 +00:00
parent 47849b94be
commit bd7fd3318f

View File

@ -42,7 +42,7 @@ IEEE390=1#M#
endif
ifeq (${IEEE390}, 1)
ICU_IEEE = -Wc,'FLOAT(IEEE)'
ICU_IEEE =#M#
else
ICU_IEEE = -Wc,'FLOAT(IEEE)' -DIEEE_754=0#M#
endif