Created attachment 17907 [details] [review] Fix link issues in 32bit mode Several demos are using hand-written rules in Makefiles instead of the generic ones. In particular, they call gcc without passing flags, which leads to link failures when compiling 32-bit demos on 64-bit hosts: "incompatible ELF format" and the like. The attached patch fixes the issue by ensuring that $(CFLAGS) is passed whenever $(CC) is called in these hand-written rules. (It would probably make a lot more sense to not call $(CC) when linking; but I guess there is a good reason for it, so I have not changed it.)
Looks right to me. I pushed this with a couple other fixes I found outside of xdemos and demos. See 3e8e292db0794a4d2dda1605f86e8f71dbf1d661.
Mass version move, cvs -> git
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.