tg_compv.mk (c91626b3) | tg_compv.mk (07cb168e) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 64 unchanged lines hidden (view full) --- 73.IF "$(CCNUMVER)">="001200000000" 74COMID=MSC 75COMNAME=msci 76.ENDIF 77.ENDIF 78 79.IF "$(COM)"=="GCC" 80 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 64 unchanged lines hidden (view full) --- 73.IF "$(CCNUMVER)">="001200000000" 74COMID=MSC 75COMNAME=msci 76.ENDIF 77.ENDIF 78 79.IF "$(COM)"=="GCC" 80 |
81SHORTSTDCPP3:= 82SHORTSTDC3:="1" 83 | |
84.IF "$(CCNUMVER)">="000200910000" 85COMID=GCC 86COMNAME=gcc2 87.ENDIF 88 89.IF "$(CCNUMVER)">="000300000001" 90 91COMID=gcc3 92COMNAME=gcc3 93 | 81.IF "$(CCNUMVER)">="000200910000" 82COMID=GCC 83COMNAME=gcc2 84.ENDIF 85 86.IF "$(CCNUMVER)">="000300000001" 87 88COMID=gcc3 89COMNAME=gcc3 90 |
94.IF "$(CCNUMVER)">="000300000001" 95SHORTSTDCPP3="3" | |
96.ENDIF | 91.ENDIF |
97 98.IF "$(CCNUMVER)">="000300010000" 99SHORTSTDCPP3="4" | |
100.ENDIF 101 | 92.ENDIF 93 |
102.IF "$(CCNUMVER)">="000300020000" 103SHORTSTDCPP3="5" 104.ENDIF 105 106.IF "$(CCNUMVER)">="000300040000" 107.IF "$(OS)$(CPU)" == "LINUX6" || "$(OS)$(CPU)" == "LINUXH" 108#for gcc >= 3.4.0 on m68k-linux this is libgcc_s.so.2. 109#for gcc >= 3.4.0 < 4.2.0 on hppa-linux this is libgcc_s.so.2. 110SHORTSTDC3:="2" 111.ENDIF 112SHORTSTDCPP3="6" 113.ENDIF 114 115.IF "$(CCNUMVER)">="000400020000" 116.IF "$(OS)$(CPU)" == "LINUXH" 117#for gcc >= 4.2.0 on hppa-linux this is libgcc_s.so.4. 118SHORTSTDC3:="4" 119.ENDIF 120SHORTSTDCPP3="6" 121.ENDIF 122 123.ENDIF 124.ENDIF 125 | |
126.IF "$(COM)"=="C55" || "$(COM)" == "C54" || "$(COM)"=="C52" || "$(COM)"=="C40" || "$(COM)"=="sunpro" 127.IF "$(CCNUMVER)">="00050002" 128COMID=C52 129COMNAME=sunpro5 130.ENDIF 131.ENDIF 132 133.IF "$(COM)"=="C730" --- 37 unchanged lines hidden --- | 94.IF "$(COM)"=="C55" || "$(COM)" == "C54" || "$(COM)"=="C52" || "$(COM)"=="C40" || "$(COM)"=="sunpro" 95.IF "$(CCNUMVER)">="00050002" 96COMID=C52 97COMNAME=sunpro5 98.ENDIF 99.ENDIF 100 101.IF "$(COM)"=="C730" --- 37 unchanged lines hidden --- |