Skip to content

Commit

Permalink
rebuild with NDK r9 and gmp-5.1.2 on Ubuntu 13.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupan committed Aug 12, 2013
1 parent 5ef2d9a commit a5170be
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion armeabi-v7a/gmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ enum

/* Define CC and CFLAGS which were used to build this version of GMP */
#define __GMP_CC "arm-linux-androideabi-gcc -std=gnu99"
#define __GMP_CFLAGS "-O2 -pedantic -fomit-frame-pointer -Wa,--noexecstack -ffunction-sections -funwind-tables -fstack-protector -fno-strict-aliasing -finline-limit=64 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp"
#define __GMP_CFLAGS "-O2 -g -pedantic -fomit-frame-pointer -Wa,--noexecstack -ffunction-sections -funwind-tables -fstack-protector -fno-strict-aliasing -finline-limit=64 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp"

/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
#define __GNU_MP_VERSION 5
Expand Down
Binary file modified armeabi-v7a/libgmp.so
Binary file not shown.
Binary file modified armeabi-v7a/libgmpxx.so
Binary file not shown.
2 changes: 1 addition & 1 deletion armeabi/gmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ enum

/* Define CC and CFLAGS which were used to build this version of GMP */
#define __GMP_CC "arm-linux-androideabi-gcc -std=gnu99"
#define __GMP_CFLAGS "-O2 -pedantic -fomit-frame-pointer -Wa,--noexecstack -ffunction-sections -funwind-tables -fstack-protector -fno-strict-aliasing -finline-limit=64 -march=armv5te -mtune=xscale -msoft-float -mthumb"
#define __GMP_CFLAGS "-O2 -g -pedantic -fomit-frame-pointer -Wa,--noexecstack -ffunction-sections -funwind-tables -fstack-protector -fno-strict-aliasing -finline-limit=64 -march=armv5te -mtune=xscale -msoft-float -mthumb"

/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
#define __GNU_MP_VERSION 5
Expand Down
Binary file modified armeabi/libgmp.so
Binary file not shown.
Binary file modified armeabi/libgmpxx.so
Binary file not shown.
2 changes: 1 addition & 1 deletion mips/gmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ enum

/* Define CC and CFLAGS which were used to build this version of GMP */
#define __GMP_CC "mipsel-linux-android-gcc -std=gnu99"
#define __GMP_CFLAGS "-O2 -pedantic -fomit-frame-pointer -Wa,--noexecstack -fno-strict-aliasing -finline-functions -ffunction-sections -funwind-tables -fmessage-length=0 -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -frename-registers -funswitch-loops -finline-limit=300"
#define __GMP_CFLAGS "-O2 -g -pedantic -fomit-frame-pointer -Wa,--noexecstack -fno-strict-aliasing -finline-functions -ffunction-sections -funwind-tables -fmessage-length=0 -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -frename-registers -funswitch-loops -finline-limit=300"

/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
#define __GNU_MP_VERSION 5
Expand Down
Binary file modified mips/libgmp.so
Binary file not shown.
Binary file modified mips/libgmpxx.so
Binary file not shown.
2 changes: 1 addition & 1 deletion x86/gmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ enum

/* Define CC and CFLAGS which were used to build this version of GMP */
#define __GMP_CC "i686-linux-android-gcc -std=gnu99"
#define __GMP_CFLAGS "-O2 -pedantic -Wa,--noexecstack -fomit-frame-pointer -ffunction-sections -funwind-tables -fstrict-aliasing -funswitch-loops -finline-limit=300 -march=i686 -mtune=atom -msse3 -mstackrealign -mfpmath=sse -m32"
#define __GMP_CFLAGS "-O2 -g -pedantic -Wa,--noexecstack -fomit-frame-pointer -ffunction-sections -funwind-tables -fstrict-aliasing -funswitch-loops -finline-limit=300 -march=i686 -mtune=atom -msse3 -mstackrealign -mfpmath=sse -m32"

/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
#define __GNU_MP_VERSION 5
Expand Down
Binary file modified x86/libgmp.so
Binary file not shown.
Binary file modified x86/libgmpxx.so
Binary file not shown.

0 comments on commit a5170be

Please sign in to comment.