mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 23:30:22 +01:00
-arch AIX64 no longer needed
This commit is contained in:
parent
2f8496b565
commit
e34bf25d2d
2 changed files with 1 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ CXX = xlC
|
|||
|
||||
CFLAGS = -q64 -qmaxmem=16384 -O -DAIXV3 -DPTHREADS
|
||||
CXXFLAGS = -q64 -qmaxmem=16384 -O -DAIXV3 -DPTHREADS
|
||||
MKLIB_OPTIONS = -arch AIX64
|
||||
LIB_DIR=$(TOP)/lib64
|
||||
|
||||
# Library names (actual file names)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ CXX = xlC
|
|||
|
||||
CFLAGS = -q64 -O -DAIXV3 -DPTHREADS
|
||||
CXXFLAGS = -q64 -O -DAIXV3 -DPTHREADS
|
||||
MKLIB_OPTIONS = -static -arch AIX64
|
||||
MKLIB_OPTIONS = -static
|
||||
LIB_DIR=$(TOP)/lib64
|
||||
|
||||
# Library names (actual file names)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue