Skip to content

Commit

Permalink
Merge pull request #5 from Nicky-D/master
Browse files Browse the repository at this point in the history
We only support Linux64, remove dead code
  • Loading branch information
nat-goodspeed authored Apr 1, 2024
2 parents ee1764c + 879ece7 commit 8bff176
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pushd "$ICU4C_SOURCE_DIR"
make install
popd

# Move the libraries to the place the autobuild manifest expects
# Move the libraries to the place the autobuild manifest expects
mkdir $stage/lib/release
mv $stage/lib/*.a $stage/lib/release

Expand All @@ -112,10 +112,8 @@ pushd "$ICU4C_SOURCE_DIR"
"$stage/version" > "$stage/version.txt"
rm "$stage/version"
;;
linux*)
linux64)
pushd "source"
## export CC="gcc-4.1"
## export CXX="g++-4.1"
export CXXFLAGS="-m$AUTOBUILD_ADDRSIZE $LL_BUILD_RELEASE"
export CFLAGS="$(remove_cxxstd $CXXFLAGS)"
export common_options="--prefix=${stage} --enable-shared=no \
Expand Down

0 comments on commit 8bff176

Please sign in to comment.