gecko/build/unix/build-clang/compiler-rt-gnu89-inline.patch
Rafael Ávila de Espíndola 98bfb45859 Bug 761421 - Upgrade clang to 158160. r=rail.
Part 1 of many, add a script to build a tar file with clang to be use with
tooltool. For now this is centos 5 only, but will be ported to OS X too.
2012-06-20 11:14:08 -04:00

11 lines
344 B
Diff

Index: make/config.mk
===================================================================
--- make/config.mk (revision 157958)
+++ make/config.mk (working copy)
@@ -43,4 +43,4 @@
###
# Common compiler options
COMMON_CXXFLAGS=-fno-exceptions -fPIC -funwind-tables -I${ProjSrcRoot}/lib
-COMMON_CFLAGS=-fPIC
+COMMON_CFLAGS=-fPIC -fgnu89-inline