mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
allow camino to build with gcc3; patch from cls, r=bryner
This commit is contained in:
parent
966bb9c033
commit
c1ddc1f1c6
@ -70,7 +70,7 @@ export::
|
||||
endif
|
||||
|
||||
libs::
|
||||
$(PBBUILD) -target $(TARGET) -buildstyle $(BUILDSTYLE)
|
||||
$(PBBUILD) -target $(TARGET) -buildstyle $(BUILDSTYLE) USE_GCC3=YES CC="$(CC)" CPLUSPLUS="$(CXX)"
|
||||
|
||||
clean clobber::
|
||||
rm -rf build
|
||||
|
Loading…
Reference in New Issue
Block a user