José Fonseca
|
5976d8e6f1
|
configs: Warn about pointer arithmetic.
It's not portable. Warn to help catching it early.
|
16 年之前 |
Brian Paul
|
8e1b2bac8b
|
config: add -Wdeclaration-after-statement to linux config
Should help to catch Windows build issues earlier.
|
16 年之前 |
Dan Nicholson
|
013dbcd611
|
Add -fno-strict-aliasing workaround for Linux GCC targets
Most Linux distros work around aliasing problems in Mesa by compiling
with the GCC option -fno-strict-aliasing. Two examples:
https://bugs.freedesktop.org/show_bug.cgi?id=6046
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394311
This makes -fno-strict-aliasing the default with a comment that
developers should consider commenting it out. There is a already a note
about these bugs in docs/helpwanted.html.
|
18 年之前 |
Brian
|
a17d5361b2
|
remove the -DMESA flags
|
18 年之前 |
Brian
|
3fc926f374
|
Remove many dependencies on mesa headers.
To build with mesa, need -DMESA in makefile/config file.
|
18 年之前 |
Ian Romanick
|
ce9767f863
|
Make sure that _GNU_SOURCE is enabled in the linux configs that set
HAVE_POSIX_MEMALIGN. This eliminates a compiler warning. Also,
clean up some crufty linux-sparc* configs.
|
19 年之前 |
Ian Romanick
|
a7d0256745
|
When available, which is most of the time, use posix_memalign to implement
_mesa_align_malloc and friends.
|
19 年之前 |
Brian Paul
|
8cb2923038
|
don't use -Wmissing-prototypes for C++ code
|
20 年之前 |
Brian Paul
|
bd07168eb2
|
added -Wmissing-prototypes to WARN_FLAGS
|
20 年之前 |
Ian Romanick
|
9204e87b2e
|
Massive refactor of (most of) the Linux config files. This reduces
the length of each config and brings a lot of much needed uniformity
to them.
|
20 年之前 |
Brian Paul
|
d84f09306c
|
Replace -lGL with -l$(GL_LIB), etc.
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
|
21 年之前 |
Brian Paul
|
9408fe0c09
|
remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default
|
21 年之前 |
Brian Paul
|
a70ad91209
|
new system configurations
|
21 年之前 |