diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-14 14:13:00 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-14 14:13:00 +0000 |
commit | 6bef5e7621023d3e72298a3afdc528ba500d5166 (patch) | |
tree | d576c911d6f8422d7bf11c8fef2e17b2911b66e4 /configs/irix6-n32-static | |
parent | 9326962f065e8728104e7218f5ef25a5ed958789 (diff) |
Don't have to pass ABI-related flags to mklib anymore.
Diffstat (limited to 'configs/irix6-n32-static')
-rw-r--r-- | configs/irix6-n32-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/irix6-n32-static b/configs/irix6-n32-static index 0458590f0dc..74db4112160 100644 --- a/configs/irix6-n32-static +++ b/configs/irix6-n32-static @@ -9,7 +9,7 @@ CC = cc CXX = CC CFLAGS = -n32 -mips2 -O2 -ansi -woff 1521,1552 -DUSE_XSHM -DPTHREADS CXXFLAGS = -n32 -mips2 -O2 -ansi -woff 3262,3666 -DPTHREADS -MKLIB_OPTIONS = -archopt n32 -static +MKLIB_OPTIONS = -static GLW_SOURCES = GLwDrawA.c GLwMDrawA.c |