summaryrefslogtreecommitdiff
path: root/arch
Commit message (Collapse)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-044-12/+12
|
* Bug 703947: correct the PPC definition of ARCH_SIZEOF_SIZE_TChris Liddell2021-08-191-1/+1
| | | | It had been mistyped as ARCH_SIZEOF_SIZET
* Update copyright to 2021Chris Liddell2021-03-154-4/+4
|
* Update copyright to 2020Chris Liddell2020-04-104-4/+4
|
* Add ARCH_MAX_SIZE_T to configure's arch.h prototypeChris Liddell2020-03-141-0/+1
|
* Bug 702100: Followup: Fix arch.h for OS-X to include size_t changes.Robin Watts2020-02-071-0/+12
| | | | | | | | | | | Our fix for Bug 702100 meant we were using newly defined size_t limits from arch.h. While these were generated correctly for things using arch.h, they were missed out of one of the pregenerated files in the arch directory, namely the OS-X one. Add those back here. Thanks to Peter Skarpetis for reporting this.
* Allow configure to set size etc for size_t in arch.hChris Liddell2019-11-211-0/+3
|
* Add size_t definitions to genarch.Robin Watts2019-07-033-1/+12
|
* Update source/header file copyright notice to 2019Chris Liddell2019-01-164-4/+4
|
* Update copyright notice with new head office address.Ken Sharp2018-01-304-12/+12
| | | | | | | | | Also update copyright dates. Remove gs_cmdl.ps as we no longer use it, and remove its entry from psfiles.htm. Remove xfonts.htm as this feature (xfont support) is long, long gone.
* Bug 696508: improve configure cross compile supportChris Liddell2016-10-211-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squashing of the commits on the branch: CCAUX-configure This allows CCAUX and related settings to be set on the configure command line, or in the environment. Also, using configure to guess at creating an arch.h file which gets used rather than genarch generating one. A couple of things in that file will not be as accurate as using genarch, but those are rare, and almost certainly for outdated systems (such as whether floats use IEEE representation). Better documentation to follow, but as an example, building for Android would work with: ./configure --host=arm-linux-gnu --build=x86_64-linux-gnu \ CC=/opt/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc \ CFLAGS="--sysroot=/home/cliddell/bin/android-ndk-r10e/platforms/android-18/arch-arm -MMD -MP -MF -fpic \ -ffunction-sections -funwind-tables -fstack-protector -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp \ -mfpu=vfpv3-d16 -mthumb -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wa,--noexecstack" LDFLAGS=" \ --sysroot=/home/cliddell/bin/android-ndk-r10e/platforms/android-18/arch-arm -MMD -MP -MF -fpic -ffunction-sections \ -funwind-tables -fstack-protector -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb \ -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -Wa,--noexecstack" CCAUX=gcc CFLAGSAUX=" "
* Revert "Makefile for Android MuPDF libgs.so"Robin Watts2016-05-051-58/+0
| | | | | | This reverts commit e350758ceb8d9f7ec6bb209908a6ce1fe35e2397. Committed in error.
* Makefile for Android MuPDF libgs.soRobin Watts2016-04-181-0/+58
| | | | make -f Makefile.android so
* Commit of build_consolidation branchChris Liddell2015-07-204-0/+313
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.