Bug 295306 Firefox is unusable in solaris x86 using Sun SOS10 compiler.

revised patch addressing dbaron's comment
r=dbaron sr=benjamin
This commit is contained in:
ginn.chen%sun.com 2005-12-21 05:31:05 +00:00
Родитель d1b4807cf1
Коммит 19a8ffc8ca
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -425,9 +425,9 @@ xptcstubs_asm_x86_solaris_SUNW.o: $(PUBLIC)/xptcstubsdef.inc $(srcdir)/xptcstubs
-e 's/^\(STUB_ENTRY\)(\([0-9]\))/\11\(\2\)/' \
-e 's/^\(STUB_ENTRY\)(\([0-9][0-9]\))/\12\(\2\)/' \
-e 's/^\(STUB_ENTRY\)(\([0-9][0-9][0-9]\))/\13\(\2\)/' \
$(PUBLIC)/xptcstubsdef.inc > $(srcdir)/xptcstubsdef_asm.solx86
$(AS) -o $@ $(ASFLAGS) $(AS_DASH_C_FLAG) $(srcdir)/xptcstubs_asm_x86_solaris_SUNW.s
@rm -f $(srcdir)/xptcstubsdef_asm.solx86
$(PUBLIC)/xptcstubsdef.inc > ./xptcstubsdef_asm.solx86
$(AS) -o $@ $(ASFLAGS) $(AS_DASH_C_FLAG) -I./ $(srcdir)/xptcstubs_asm_x86_solaris_SUNW.s
@rm -f ./xptcstubsdef_asm.solx86
endif
endif
endif