Skip to content

Commit

Permalink
BUILD: Fix typo which broke WebOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed May 31, 2011
1 parent 5a2e6e4 commit c30904b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -1816,7 +1816,7 @@ case $_host_os in
# These compiler options are needed to support the Palm Pixi
CXXFLAGS="$CXXFLAGS -mcpu=arm1136jf-s"
CXXFLAGS="$CXXFLAGS -mfpu=vfp "
CXXFLAGS="$CXXFLAGS mfloat-abi=softfp"
CXXFLAGS="$CXXFLAGS -mfloat-abi=softfp"
LDFLAGS="$LDFLAGS -L$WEBOS_PDK/device/lib"
LDFLAGS="$LDFLAGS -L$WEBOS_PDK/device/usr/lib"
LDFLAGS="$LDFLAGS -Wl,--allow-shlib-undefined"
Expand Down

0 comments on commit c30904b

Please sign in to comment.