settings.mk (789d489d) | settings.mk (941ddfd7) |
---|---|
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 --- 493 unchanged lines hidden (view full) --- 502endif 503else 504PLATFORM=freebsd 505ifeq "$(PROCTYPE)" "x86_64" 506UNOPKG_PLATFORM=FreeBSD_x86_64 507else 508UNOPKG_PLATFORM=FreeBSD_x86 509endif | 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 --- 493 unchanged lines hidden (view full) --- 502endif 503else 504PLATFORM=freebsd 505ifeq "$(PROCTYPE)" "x86_64" 506UNOPKG_PLATFORM=FreeBSD_x86_64 507else 508UNOPKG_PLATFORM=FreeBSD_x86 509endif |
510ifeq "$(PROCTYPE)" "powerpc" 511UNOPKG_PLATFORM=FreeBSD_ppc |
|
510endif | 512endif |
513endif |
|
511 512ifeq "$(PROCTYPE)" "x86_64" 513JAVA_PROC_TYPE=amd64 514else 515JAVA_PROC_TYPE=i386 516endif 517 | 514 515ifeq "$(PROCTYPE)" "x86_64" 516JAVA_PROC_TYPE=amd64 517else 518JAVA_PROC_TYPE=i386 519endif 520 |
521ifeq "$(PROCTYPE)" "powerpc64" 522JAVA_PROC_TYPE=ppc64 523endif 524 |
|
518ifeq (kfreebsd,$(findstring kfreebsd,$(PLATFORM))) 519OS=LINUX 520else 521OS=FREEBSD 522endif 523PS=/ 524ICL=\$$ 525CC=gcc --- 80 unchanged lines hidden --- | 525ifeq (kfreebsd,$(findstring kfreebsd,$(PLATFORM))) 526OS=LINUX 527else 528OS=FREEBSD 529endif 530PS=/ 531ICL=\$$ 532CC=gcc --- 80 unchanged lines hidden --- |