diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-06-28 22:23:42 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-06-28 22:23:42 +0200 |
commit | 3d255540f40b7e60dfee0807216a7705a1e9682a (patch) | |
tree | c9164b62d6c58a2c87b2b0fb633e1c09c95699d9 /nx-X11/config/cf/linux.cf | |
parent | 78d41614e4bfb022a7291167f893249f99acd006 (diff) | |
parent | 65c420515bb767eebc24c44bffcd78c2f8c59da1 (diff) | |
download | nx-libs-3d255540f40b7e60dfee0807216a7705a1e9682a.tar.gz nx-libs-3d255540f40b7e60dfee0807216a7705a1e9682a.tar.bz2 nx-libs-3d255540f40b7e60dfee0807216a7705a1e9682a.zip |
Merge branch 'sunweaver-pr/fix-ftbfs-on-hppa' into 3.6.x
Attributes GH PR #453: https://github.com/ArcticaProject/nx-libs/pull/453
Diffstat (limited to 'nx-X11/config/cf/linux.cf')
-rw-r--r-- | nx-X11/config/cf/linux.cf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/nx-X11/config/cf/linux.cf b/nx-X11/config/cf/linux.cf index b78281cb5..41c85f3c3 100644 --- a/nx-X11/config/cf/linux.cf +++ b/nx-X11/config/cf/linux.cf @@ -537,6 +537,13 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion) # define LdCmd CcCmd -nostdlib -Wl,"-m alpha" # define AsmDefines -DUSE_GAS -U__ELF__ # endif /* AlphaArchitecture */ +# ifdef HPArchitecture +# define CcCmd gcc +# define CplusplusCmd g++ +# define AsCmd CcCmd -c -x assembler +# define LdCmd CcCmd -nostdlib +# define AsmDefines -DUSE_GAS -U__ELF__ +# endif /* HPArchitecture */ # ifdef i386Architecture # define CcCmd gcc -b i486-linuxaout # define CplusplusCmd g++ -b i486-linuxaout @@ -575,6 +582,13 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion) # define AsmDefines -D__ELF__ # define CplusplusCmd c++ -b alpha-linux # endif /* AlphaArchitecture */ +# ifdef HPArchitecture +# define CcCmd gcc +# define CplusplusCmd g++ +# define AsCmd CcCmd -c -x assembler +# define LdCmd CcCmd -nostdlib +# define AsmDefines -D__ELF__ +# endif /* HPArchitecture */ # ifdef i386Architecture # define CcCmd gcc -b i486-linux # define AsCmd CcCmd -c -x assembler @@ -676,6 +690,13 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion) # endif #endif /* AlphaArchitecture */ +#ifdef HPArchitecture +# define OptimizedCDebugFlags -O2 GccAliasingArgs +# define LinuxMachineDefines -D__hppa__ +# define ServerOSDefines XFree86ServerOSDefines -DDDXTIME +# define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines +#endif /* HPArchitecture */ + #ifdef Arm32Architecture # define DefaultCCOptions # ifndef OptimizedCDebugFlags |