prefix.linux_arm 1.0 KB

1234567891011121314151617181920212223242526
  1. # The contents of this file are subject to the Interbase Public
  2. # License Version 1.0 (the "License"); you may not use this file
  3. # except in compliance with the License. You may obtain a copy
  4. # of the License at http://www.Inprise.com/IPL.html
  5. #
  6. # Software distributed under the License is distributed on an
  7. # "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
  8. # or implied. See the License for the specific language governing
  9. # rights and limitations under the License.
  10. #
  11. # The Original Code was created by Inprise Corporation
  12. # and its predecessors. Portions created by Inprise Corporation are
  13. # Copyright (C) Inprise Corporation.
  14. #
  15. # All Rights Reserved.
  16. # Contributor(s): ______________________________________.
  17. # Start of file prefix.linux: $(VERSION) $(PLATFORM)
  18. # 14 Apr 2008 Alan Barclay alan AT escribe.co.uk
  19. #LD=@CXX@
  20. COMMON_FLAGS=-DLINUX -DARM -pipe -MMD -fPIC -fsigned-char -fmessage-length=0 -DFB_SEND_FLAGS=MSG_NOSIGNAL
  21. PROD_FLAGS=$(COMMON_FLAGS) -O3
  22. DEV_FLAGS=$(COMMON_FLAGS) -p -ggdb -Wall -Wno-non-virtual-dtor