Closed
Bug 487729
Opened 16 years ago
Closed 16 years ago
ARM SIMD and NEON has never checked on Windows for building WinCE
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: hiro, Unassigned)
Details
(Keywords: mobile)
Attachments
(1 file)
1.46 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.0.4) Gecko/20060508 Firefox/3.0
Build Identifier:
ARM SIMD and NEON has never checked on Windows for building WinCE.
Reproducible: Always
Reporter | ||
Comment 1•16 years ago
|
||
Disable compiler check for WinCE, consequently ARM SIMD and NEON are checked.
Reporter | ||
Comment 2•16 years ago
|
||
CCing Vladimir, Doug and Brad.
What do you think about this? I am building with this path, and seems to fine up to now.
Reporter | ||
Comment 3•16 years ago
|
||
Building has done, and works fine here.
But there are some warnings at building like this:
ARMV4I : warning LNK4044: unrecognized option '/lsocket'; ignored
ARMV4I : warning LNK4044: unrecognized option '/lm'; ignored
I don't understand what this is fixing -- what's the actual problem? The pixman makefile only uses HAVE_ARM_SIMD/HAVE_ARM_NEON for gcc.
Reporter | ||
Comment 5•16 years ago
|
||
ugyaa. I missed in Makefile.in. I am sorry for jammer.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•